Package org.apache.derby.client.am
Interface MaterialStatement
- All Known Subinterfaces:
MaterialPreparedStatement
- All Known Implementing Classes:
NetCallableStatement
,NetPreparedStatement
,NetStatement
public interface MaterialStatement
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
reset_()
void
writeExecuteCall_
(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) void
writeExecuteImmediate_
(String sql, Section section) void
writeOpenQuery_
(Section section, int fetchSize, int resultSetType) void
writePrepare_
(String sql, Section section) void
writePrepareDescribeOutput_
(String sql, Section section) void
writeSetSpecialRegister_
(Section section, ArrayList sqlsttList)
-
Method Details
-
writeExecuteImmediate_
- Throws:
SqlException
-
readExecuteImmediate_
- Throws:
SqlException
-
readExecuteImmediateForBatch_
- Throws:
SqlException
-
writePrepareDescribeOutput_
- Throws:
SqlException
-
readPrepareDescribeOutput_
- Throws:
SqlException
-
writeOpenQuery_
- Throws:
SqlException
-
readOpenQuery_
- Throws:
SqlException
-
writeExecuteCall_
void writeExecuteCall_(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException - Throws:
SqlException
-
readExecuteCall_
- Throws:
SqlException
-
writePrepare_
- Throws:
SqlException
-
readPrepare_
- Throws:
SqlException
-
writeSetSpecialRegister_
- Throws:
SqlException
-
readSetSpecialRegister_
- Throws:
SqlException
-
reset_
void reset_()
-