MaterialPreparedStatement
NetCallableStatement
, NetPreparedStatement
, NetStatement
public interface MaterialStatement
Modifier and Type | Method | Description |
---|---|---|
void |
readExecuteCall_() |
|
void |
readExecuteImmediate_() |
|
void |
readExecuteImmediateForBatch_(java.lang.String sql) |
|
void |
readOpenQuery_() |
|
void |
readPrepare_() |
|
void |
readPrepareDescribeOutput_() |
|
void |
readSetSpecialRegister_() |
|
void |
reset_() |
|
void |
writeExecuteCall_(boolean outputExpected,
java.lang.String procedureName,
Section section,
int fetchSize,
boolean suppressResultSets,
int resultSetType,
ColumnMetaData parameterMetaData,
java.lang.Object[] inputs) |
|
void |
writeExecuteImmediate_(java.lang.String sql,
Section section) |
|
void |
writeOpenQuery_(Section section,
int fetchSize,
int resultSetType) |
|
void |
writePrepare_(java.lang.String sql,
Section section) |
|
void |
writePrepareDescribeOutput_(java.lang.String sql,
Section section) |
|
void |
writeSetSpecialRegister_(Section section,
java.util.ArrayList sqlsttList) |
void writeExecuteImmediate_(java.lang.String sql, Section section) throws SqlException
SqlException
void readExecuteImmediate_() throws SqlException
SqlException
void readExecuteImmediateForBatch_(java.lang.String sql) throws SqlException
SqlException
void writePrepareDescribeOutput_(java.lang.String sql, Section section) throws SqlException
SqlException
void readPrepareDescribeOutput_() throws SqlException
SqlException
void writeOpenQuery_(Section section, int fetchSize, int resultSetType) throws SqlException
SqlException
void readOpenQuery_() throws SqlException
SqlException
void writeExecuteCall_(boolean outputExpected, java.lang.String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, java.lang.Object[] inputs) throws SqlException
SqlException
void readExecuteCall_() throws SqlException
SqlException
void writePrepare_(java.lang.String sql, Section section) throws SqlException
SqlException
void readPrepare_() throws SqlException
SqlException
void writeSetSpecialRegister_(Section section, java.util.ArrayList sqlsttList) throws SqlException
SqlException
void readSetSpecialRegister_() throws SqlException
SqlException
void reset_()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.