org.apache.derby.client.am
Interface MaterialStatement

All Known Subinterfaces:
MaterialPreparedStatement
All Known Implementing Classes:
NetCallableStatement, NetPreparedStatement, NetStatement

public interface MaterialStatement


Method Summary
 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)
           
 

Method Detail

writeExecuteImmediate_

void writeExecuteImmediate_(java.lang.String sql,
                            Section section)
                            throws SqlException
Throws:
SqlException

readExecuteImmediate_

void readExecuteImmediate_()
                           throws SqlException
Throws:
SqlException

readExecuteImmediateForBatch_

void readExecuteImmediateForBatch_(java.lang.String sql)
                                   throws SqlException
Throws:
SqlException

writePrepareDescribeOutput_

void writePrepareDescribeOutput_(java.lang.String sql,
                                 Section section)
                                 throws SqlException
Throws:
SqlException

readPrepareDescribeOutput_

void readPrepareDescribeOutput_()
                                throws SqlException
Throws:
SqlException

writeOpenQuery_

void writeOpenQuery_(Section section,
                     int fetchSize,
                     int resultSetType)
                     throws SqlException
Throws:
SqlException

readOpenQuery_

void readOpenQuery_()
                    throws SqlException
Throws:
SqlException

writeExecuteCall_

void writeExecuteCall_(boolean outputExpected,
                       java.lang.String procedureName,
                       Section section,
                       int fetchSize,
                       boolean suppressResultSets,
                       int resultSetType,
                       ColumnMetaData parameterMetaData,
                       java.lang.Object[] inputs)
                       throws SqlException
Throws:
SqlException

readExecuteCall_

void readExecuteCall_()
                      throws SqlException
Throws:
SqlException

writePrepare_

void writePrepare_(java.lang.String sql,
                   Section section)
                   throws SqlException
Throws:
SqlException

readPrepare_

void readPrepare_()
                  throws SqlException
Throws:
SqlException

markClosedOnServer_

void markClosedOnServer_()

writeSetSpecialRegister_

void writeSetSpecialRegister_(Section section,
                              java.util.ArrayList sqlsttList)
                              throws SqlException
Throws:
SqlException

readSetSpecialRegister_

void readSetSpecialRegister_()
                             throws SqlException
Throws:
SqlException

reset_

void reset_()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.