org.apache.derby.client.net
Class NetStatement
java.lang.Object
org.apache.derby.client.net.NetStatement
- All Implemented Interfaces:
- MaterialStatement
- Direct Known Subclasses:
- NetPreparedStatement
public class NetStatement
- extends java.lang.Object
- implements MaterialStatement
|
Method Summary |
private void |
initNetStatement()
|
private void |
initNetStatement(Statement statement,
NetAgent netAgent,
NetConnection netConnection)
|
void |
markClosedOnServer_()
|
(package private) void |
netReset(NetAgent netAgent,
NetConnection netConnection)
|
void |
readExecuteCall_()
|
void |
readExecuteImmediate_()
|
void |
readExecuteImmediateForBatch_(java.lang.String sql)
|
void |
readOpenQuery_()
|
void |
readPrepare_()
|
void |
readPrepareDescribeOutput_()
|
void |
readSetSpecialRegister_()
|
void |
reset_()
|
private void |
resetNetStatement()
|
(package private) void |
resetNetStatement(NetAgent netAgent,
NetConnection netConnection,
int type,
int concurrency,
int holdability)
|
(package private) void |
resetNetStatement(Statement statement,
NetAgent netAgent,
NetConnection netConnection)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statement_
Statement statement_
netConnection_
NetConnection netConnection_
netAgent_
NetAgent netAgent_
qryrowsetSentOnOpnqry_
public boolean qryrowsetSentOnOpnqry_
NetStatement
private NetStatement()
NetStatement
NetStatement(Statement statement,
NetAgent netAgent,
NetConnection netConnection)
NetStatement
NetStatement(NetAgent netAgent,
NetConnection netConnection)
throws SqlException
- Throws:
SqlException
NetStatement
NetStatement(NetAgent netAgent,
NetConnection netConnection,
int type,
int concurrency,
int holdability)
throws SqlException
- Throws:
SqlException
resetNetStatement
private void resetNetStatement()
initNetStatement
private void initNetStatement()
resetNetStatement
void resetNetStatement(Statement statement,
NetAgent netAgent,
NetConnection netConnection)
initNetStatement
private void initNetStatement(Statement statement,
NetAgent netAgent,
NetConnection netConnection)
netReset
void netReset(NetAgent netAgent,
NetConnection netConnection)
throws SqlException
- Throws:
SqlException
reset_
public void reset_()
- Specified by:
reset_ in interface MaterialStatement
resetNetStatement
void resetNetStatement(NetAgent netAgent,
NetConnection netConnection,
int type,
int concurrency,
int holdability)
throws SqlException
- Throws:
SqlException
writeSetSpecialRegister_
public void writeSetSpecialRegister_(Section section,
java.util.ArrayList sqlsttList)
throws SqlException
- Specified by:
writeSetSpecialRegister_ in interface MaterialStatement
- Throws:
SqlException
readSetSpecialRegister_
public void readSetSpecialRegister_()
throws SqlException
- Specified by:
readSetSpecialRegister_ in interface MaterialStatement
- Throws:
SqlException
writeExecuteImmediate_
public void writeExecuteImmediate_(java.lang.String sql,
Section section)
throws SqlException
- Specified by:
writeExecuteImmediate_ in interface MaterialStatement
- Throws:
SqlException
readExecuteImmediate_
public void readExecuteImmediate_()
throws SqlException
- Specified by:
readExecuteImmediate_ in interface MaterialStatement
- Throws:
SqlException
readExecuteImmediateForBatch_
public void readExecuteImmediateForBatch_(java.lang.String sql)
throws SqlException
- Specified by:
readExecuteImmediateForBatch_ in interface MaterialStatement
- Throws:
SqlException
writePrepareDescribeOutput_
public void writePrepareDescribeOutput_(java.lang.String sql,
Section section)
throws SqlException
- Specified by:
writePrepareDescribeOutput_ in interface MaterialStatement
- Throws:
SqlException
readPrepareDescribeOutput_
public void readPrepareDescribeOutput_()
throws SqlException
- Specified by:
readPrepareDescribeOutput_ in interface MaterialStatement
- Throws:
SqlException
writeOpenQuery_
public void writeOpenQuery_(Section section,
int fetchSize,
int resultSetType)
throws SqlException
- Specified by:
writeOpenQuery_ in interface MaterialStatement
- Throws:
SqlException
readOpenQuery_
public void readOpenQuery_()
throws SqlException
- Specified by:
readOpenQuery_ in interface MaterialStatement
- Throws:
SqlException
writeExecuteCall_
public void writeExecuteCall_(boolean outputExpected,
java.lang.String procedureName,
Section section,
int fetchSize,
boolean suppressResultSets,
int resultSetType,
ColumnMetaData parameterMetaData,
java.lang.Object[] inputs)
throws SqlException
- Specified by:
writeExecuteCall_ in interface MaterialStatement
- Throws:
SqlException
readExecuteCall_
public void readExecuteCall_()
throws SqlException
- Specified by:
readExecuteCall_ in interface MaterialStatement
- Throws:
SqlException
writePrepare_
public void writePrepare_(java.lang.String sql,
Section section)
throws SqlException
- Specified by:
writePrepare_ in interface MaterialStatement
- Throws:
SqlException
readPrepare_
public void readPrepare_()
throws SqlException
- Specified by:
readPrepare_ in interface MaterialStatement
- Throws:
SqlException
markClosedOnServer_
public void markClosedOnServer_()
- Specified by:
markClosedOnServer_ in interface MaterialStatement
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.