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 void
writeDescribeInput(NetPreparedStatement materialPreparedStatement, Section section)
void
writeDescribeOutput(NetPreparedStatement materialPreparedStatement, Section section)
void
writeExecute(NetPreparedStatement materialPreparedStatement, Section section, ColumnMetaData parameterMetaData, java.lang.Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob)
void
writeExecuteCall(NetStatement materialStatement, boolean outputExpected, java.lang.String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, java.lang.Object[] inputs)
void
writeExecuteImmediate(NetStatement materialStatement, java.lang.String sql, Section section)
void
writeOpenQuery(NetPreparedStatement materialPreparedStatement, Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, java.lang.Object[] inputs)
void
writeOpenQuery(NetStatement materialStatement, Section section, int fetchSize, int resultSetType)
void
writePrepare(NetStatement materialStatement, java.lang.String sql, Section section)
void
writePrepareDescribeOutput(NetStatement materialStatement, java.lang.String sql, Section section)
void
writeSetSpecialRegister(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
-
-