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