Interface MaterialStatement
- All Known Subinterfaces:
MaterialPreparedStatement
- All Known Implementing Classes:
NetCallableStatement, NetPreparedStatement, NetStatement
public interface MaterialStatement
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidreset_()voidwriteExecuteCall_(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) voidwriteExecuteImmediate_(String sql, Section section) voidwriteOpenQuery_(Section section, int fetchSize, int resultSetType) voidwritePrepare_(String sql, Section section) voidwritePrepareDescribeOutput_(String sql, Section section) voidwriteSetSpecialRegister_(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_()
-