Package org.apache.derby.client.net
Interface StatementRequestInterface
-
- All Known Implementing Classes:
NetResultSetRequest,NetStatementRequest,NetXAConnectionRequest
interface StatementRequestInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteDescribeInput(NetPreparedStatement materialPreparedStatement, Section section)voidwriteDescribeOutput(NetPreparedStatement materialPreparedStatement, Section section)voidwriteExecute(NetPreparedStatement materialPreparedStatement, Section section, ColumnMetaData parameterMetaData, java.lang.Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob)voidwriteExecuteCall(NetStatement materialStatement, boolean outputExpected, java.lang.String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, java.lang.Object[] inputs)voidwriteExecuteImmediate(NetStatement materialStatement, java.lang.String sql, Section section)voidwriteOpenQuery(NetPreparedStatement materialPreparedStatement, Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, java.lang.Object[] inputs)voidwriteOpenQuery(NetStatement materialStatement, Section section, int fetchSize, int resultSetType)voidwritePrepare(NetStatement materialStatement, java.lang.String sql, Section section)voidwritePrepareDescribeOutput(NetStatement materialStatement, java.lang.String sql, Section section)voidwriteSetSpecialRegister(Section section, java.util.ArrayList sqlsttList)
-
-
-
Method Detail
-
writeExecuteImmediate
void writeExecuteImmediate(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
- Throws:
SqlException
-
writePrepareDescribeOutput
void writePrepareDescribeOutput(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
- Throws:
SqlException
-
writePrepare
void writePrepare(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
- Throws:
SqlException
-
writeOpenQuery
void writeOpenQuery(NetStatement materialStatement, Section section, int fetchSize, int resultSetType) throws SqlException
- Throws:
SqlException
-
writeExecute
void writeExecute(NetPreparedStatement materialPreparedStatement, Section section, ColumnMetaData parameterMetaData, java.lang.Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob) throws SqlException
- Throws:
SqlException
-
writeOpenQuery
void writeOpenQuery(NetPreparedStatement materialPreparedStatement, Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, java.lang.Object[] inputs) throws SqlException
- Throws:
SqlException
-
writeDescribeInput
void writeDescribeInput(NetPreparedStatement materialPreparedStatement, Section section) throws SqlException
- Throws:
SqlException
-
writeDescribeOutput
void writeDescribeOutput(NetPreparedStatement materialPreparedStatement, Section section) throws SqlException
- Throws:
SqlException
-
writeExecuteCall
void writeExecuteCall(NetStatement materialStatement, boolean outputExpected, java.lang.String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, java.lang.Object[] inputs) throws SqlException
- Throws:
SqlException
-
writeSetSpecialRegister
void writeSetSpecialRegister(Section section, java.util.ArrayList sqlsttList) throws SqlException
- Throws:
SqlException
-
-