Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am
Interface MaterialStatement  view MaterialStatement download MaterialStatement.java

All Known Subinterfaces:
MaterialPreparedStatement

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_(java.util.ArrayList sqlsttList)
           
 

Method Detail

writeExecuteImmediate_

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

readExecuteImmediate_

public void readExecuteImmediate_()
                           throws SqlException

readExecuteImmediateForBatch_

public void readExecuteImmediateForBatch_(java.lang.String sql)
                                   throws SqlException

writePrepareDescribeOutput_

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

readPrepareDescribeOutput_

public void readPrepareDescribeOutput_()
                                throws SqlException

writeOpenQuery_

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

readOpenQuery_

public void readOpenQuery_()
                    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

readExecuteCall_

public void readExecuteCall_()
                      throws SqlException

writePrepare_

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

readPrepare_

public void readPrepare_()
                  throws SqlException

markClosedOnServer_

public void markClosedOnServer_()

writeSetSpecialRegister_

public void writeSetSpecialRegister_(java.util.ArrayList sqlsttList)
                              throws SqlException

readSetSpecialRegister_

public void readSetSpecialRegister_()
                             throws SqlException

reset_

public void reset_()