public interface MaterialStatement
| Modifier and Type | Method and Description |
|---|---|
void |
markClosedOnServer_() |
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
SqlExceptionvoid readExecuteImmediate_()
throws SqlException
SqlExceptionvoid readExecuteImmediateForBatch_(java.lang.String sql)
throws SqlException
SqlExceptionvoid writePrepareDescribeOutput_(java.lang.String sql,
Section section)
throws SqlException
SqlExceptionvoid readPrepareDescribeOutput_()
throws SqlException
SqlExceptionvoid writeOpenQuery_(Section section, int fetchSize, int resultSetType) throws SqlException
SqlExceptionvoid readOpenQuery_()
throws SqlException
SqlExceptionvoid writeExecuteCall_(boolean outputExpected,
java.lang.String procedureName,
Section section,
int fetchSize,
boolean suppressResultSets,
int resultSetType,
ColumnMetaData parameterMetaData,
java.lang.Object[] inputs)
throws SqlException
SqlExceptionvoid readExecuteCall_()
throws SqlException
SqlExceptionvoid writePrepare_(java.lang.String sql,
Section section)
throws SqlException
SqlExceptionvoid readPrepare_()
throws SqlException
SqlExceptionvoid markClosedOnServer_()
void writeSetSpecialRegister_(Section section, java.util.ArrayList sqlsttList) throws SqlException
SqlExceptionvoid readSetSpecialRegister_()
throws SqlException
SqlExceptionvoid reset_()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.