Class NetStatement
java.lang.Object
org.apache.derby.client.net.NetStatement
- All Implemented Interfaces:
MaterialStatement
- Direct Known Subclasses:
NetPreparedStatement
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) NetAgent(package private) NetConnection(package private) boolean(package private) ClientStatement -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate(package private)NetStatement(ClientStatement statement, NetAgent netAgent, NetConnection netConnection) (package private)NetStatement(NetAgent netAgent, NetConnection netConnection, int type, int concurrency, int holdability) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate voidinitNetStatement(ClientStatement statement, NetAgent netAgent, NetConnection netConnection) voidvoidvoidvoidvoidvoidvoidvoidvoidreset_()private void(package private) voidresetNetStatement(ClientStatement statement, NetAgent netAgent, NetConnection netConnection) (package private) voidresetNetStatement(NetAgent netAgent, NetConnection netConnection, int type, int concurrency, int holdability) 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)
-
Field Details
-
statement_
ClientStatement statement_ -
netConnection_
NetConnection netConnection_ -
netAgent_
NetAgent netAgent_ -
qryrowsetSentOnOpnqry_
boolean qryrowsetSentOnOpnqry_
-
-
Constructor Details
-
NetStatement
private NetStatement() -
NetStatement
NetStatement(ClientStatement statement, NetAgent netAgent, NetConnection netConnection) -
NetStatement
NetStatement(NetAgent netAgent, NetConnection netConnection, int type, int concurrency, int holdability) throws SqlException - Throws:
SqlException
-
-
Method Details
-
resetNetStatement
private void resetNetStatement() -
initNetStatement
private void initNetStatement() -
resetNetStatement
-
initNetStatement
private void initNetStatement(ClientStatement statement, NetAgent netAgent, NetConnection netConnection) -
reset_
public void reset_()- Specified by:
reset_in interfaceMaterialStatement
-
resetNetStatement
void resetNetStatement(NetAgent netAgent, NetConnection netConnection, int type, int concurrency, int holdability) throws SqlException - Throws:
SqlException
-
writeSetSpecialRegister_
- Specified by:
writeSetSpecialRegister_in interfaceMaterialStatement- Throws:
SqlException
-
readSetSpecialRegister_
- Specified by:
readSetSpecialRegister_in interfaceMaterialStatement- Throws:
SqlException
-
writeExecuteImmediate_
- Specified by:
writeExecuteImmediate_in interfaceMaterialStatement- Throws:
SqlException
-
readExecuteImmediate_
- Specified by:
readExecuteImmediate_in interfaceMaterialStatement- Throws:
SqlException
-
readExecuteImmediateForBatch_
- Specified by:
readExecuteImmediateForBatch_in interfaceMaterialStatement- Throws:
SqlException
-
writePrepareDescribeOutput_
- Specified by:
writePrepareDescribeOutput_in interfaceMaterialStatement- Throws:
SqlException
-
readPrepareDescribeOutput_
- Specified by:
readPrepareDescribeOutput_in interfaceMaterialStatement- Throws:
SqlException
-
writeOpenQuery_
- Specified by:
writeOpenQuery_in interfaceMaterialStatement- Throws:
SqlException
-
readOpenQuery_
- Specified by:
readOpenQuery_in interfaceMaterialStatement- Throws:
SqlException
-
writeExecuteCall_
public void writeExecuteCall_(boolean outputExpected, String procedureName, Section section, int fetchSize, boolean suppressResultSets, int resultSetType, ColumnMetaData parameterMetaData, Object[] inputs) throws SqlException - Specified by:
writeExecuteCall_in interfaceMaterialStatement- Throws:
SqlException
-
readExecuteCall_
- Specified by:
readExecuteCall_in interfaceMaterialStatement- Throws:
SqlException
-
writePrepare_
- Specified by:
writePrepare_in interfaceMaterialStatement- Throws:
SqlException
-
readPrepare_
- Specified by:
readPrepare_in interfaceMaterialStatement- Throws:
SqlException
-
markClosedOnServer_
public void markClosedOnServer_()
-