| java.lang.Object org.apache.derby.client.net.NetStatement org.apache.derby.client.net.NetPreparedStatement org.apache.derby.client.net.NetCallableStatement
Method Summary | |
protected void | finalize() | void | resetNetCallableStatement(CallableStatement statement, NetAgent netAgent, NetConnection netConnection) | void | resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, String sql, int type, int concurrency, int holdability) | void | resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, String sql, Section section) | void | resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, String sql, Section section, ColumnMetaData parameterMetaData, ColumnMetaData resultSetMetaData) |
Methods inherited from org.apache.derby.client.net.NetPreparedStatement | protected void finalize() throws java.lang.Throwable(Code)(Java Doc) public void readDescribeInput_() throws SqlException(Code)(Java Doc) public void readDescribeOutput_() throws SqlException(Code)(Java Doc) public void readExecute_() throws SqlException(Code)(Java Doc) void resetNetPreparedStatement(org.apache.derby.client.am.PreparedStatement statement, NetAgent netAgent, NetConnection netConnection)(Code)(Java Doc) void resetNetPreparedStatement(NetAgent netAgent, NetConnection netConnection, String sql, int type, int concurrency, int holdability, int autoGeneratedKeys, String[] columnNames) throws SqlException(Code)(Java Doc) void resetNetPreparedStatement(NetAgent netAgent, NetConnection netConnection, String sql, Section section) throws SqlException(Code)(Java Doc) void resetNetPreparedStatement(NetAgent netAgent, NetConnection netConnection, String sql, Section section, ColumnMetaData parameterMetaData, ColumnMetaData resultSetMetaData) throws SqlException(Code)(Java Doc) public void writeDescribeInput_(Section section) throws SqlException(Code)(Java Doc) public void writeDescribeOutput_(Section section) throws SqlException(Code)(Java Doc) public void writeExecute_(Section section, ColumnMetaData parameterMetaData, Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob) throws SqlException(Code)(Java Doc) public void writeOpenQuery_(Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException(Code)(Java Doc)
|
Methods inherited from org.apache.derby.client.net.NetStatement | protected void finalize() throws java.lang.Throwable(Code)(Java Doc) public void markClosedOnServer_()(Code)(Java Doc) void netReset(NetAgent netAgent, NetConnection netConnection) throws SqlException(Code)(Java Doc) public void readExecuteCall_() throws SqlException(Code)(Java Doc) public void readExecuteImmediateForBatch_(String sql) throws SqlException(Code)(Java Doc) public void readExecuteImmediate_() throws SqlException(Code)(Java Doc) public void readOpenQuery_() throws SqlException(Code)(Java Doc) public void readPrepareDescribeOutput_() throws SqlException(Code)(Java Doc) public void readPrepare_() throws SqlException(Code)(Java Doc) public void readSetSpecialRegister_() throws SqlException(Code)(Java Doc) void resetNetStatement(org.apache.derby.client.am.Statement statement, NetAgent netAgent, NetConnection netConnection)(Code)(Java Doc) void resetNetStatement(NetAgent netAgent, NetConnection netConnection, int type, int concurrency, int holdability) throws SqlException(Code)(Java Doc) public void reset_()(Code)(Java Doc) public void writeExecuteCall_(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException(Code)(Java Doc) public void writeExecuteImmediate_(String sql, Section section) throws SqlException(Code)(Java Doc) public void writeOpenQuery_(Section section, int fetchSize, int resultSetType) throws SqlException(Code)(Java Doc) public void writePrepareDescribeOutput_(String sql, Section section) throws SqlException(Code)(Java Doc) public void writePrepare_(String sql, Section section) throws SqlException(Code)(Java Doc) public void writeSetSpecialRegister_(java.util.ArrayList sqlsttList) throws SqlException(Code)(Java Doc)
|
|
|