Interface StatementRequestInterface
- All Known Implementing Classes:
NetResultSetRequest, NetStatementRequest, NetXAConnectionRequest
interface StatementRequestInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteDescribeInput(NetPreparedStatement materialPreparedStatement, Section section) voidwriteDescribeOutput(NetPreparedStatement materialPreparedStatement, Section section) voidwriteExecute(NetPreparedStatement materialPreparedStatement, Section section, ColumnMetaData parameterMetaData, Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob) voidwriteExecuteCall(NetStatement materialStatement, boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) voidwriteExecuteImmediate(NetStatement materialStatement, String sql, Section section) voidwriteOpenQuery(NetPreparedStatement materialPreparedStatement, Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, Object[] inputs) voidwriteOpenQuery(NetStatement materialStatement, Section section, int fetchSize, int resultSetType) voidwritePrepare(NetStatement materialStatement, String sql, Section section) voidwritePrepareDescribeOutput(NetStatement materialStatement, String sql, Section section) voidwriteSetSpecialRegister(Section section, ArrayList sqlsttList)
-
Method Details
-
writeExecuteImmediate
void writeExecuteImmediate(NetStatement materialStatement, String sql, Section section) throws SqlException - Throws:
SqlException
-
writePrepareDescribeOutput
void writePrepareDescribeOutput(NetStatement materialStatement, String sql, Section section) throws SqlException - Throws:
SqlException
-
writePrepare
- 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, 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, 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, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException - Throws:
SqlException
-
writeSetSpecialRegister
- Throws:
SqlException
-