NetResultSetRequest, NetStatementRequest, NetXAConnectionRequestinterface StatementRequestInterface
| 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) |
void writeExecuteImmediate(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
SqlExceptionvoid writePrepareDescribeOutput(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
SqlExceptionvoid writePrepare(NetStatement materialStatement, java.lang.String sql, Section section) throws SqlException
SqlExceptionvoid writeOpenQuery(NetStatement materialStatement, Section section, int fetchSize, int resultSetType) throws SqlException
SqlExceptionvoid writeExecute(NetPreparedStatement materialPreparedStatement, Section section, ColumnMetaData parameterMetaData, java.lang.Object[] inputs, int numInputColumns, boolean outputExpected, boolean chainedWritesFollowingSetLob) throws SqlException
SqlExceptionvoid writeOpenQuery(NetPreparedStatement materialPreparedStatement, Section section, int fetchSize, int resultSetType, int numInputColumns, ColumnMetaData parameterMetaData, java.lang.Object[] inputs) throws SqlException
SqlExceptionvoid writeDescribeInput(NetPreparedStatement materialPreparedStatement, Section section) throws SqlException
SqlExceptionvoid writeDescribeOutput(NetPreparedStatement materialPreparedStatement, Section section) throws SqlException
SqlExceptionvoid 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
SqlExceptionvoid writeSetSpecialRegister(Section section, java.util.ArrayList sqlsttList) throws SqlException
SqlExceptionApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.