/[Apache-SVN]/incubator/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java
ViewVC logotype

Diff of /incubator/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- incubator/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java	2005/05/02 05:18:08	165584
+++ incubator/derby/code/trunk/java/client/org/apache/derby/client/am/MaterialPreparedStatement.java	2005/05/02 06:25:59	165585
@@ -20,41 +20,41 @@
 
 package org.apache.derby.client.am;
 
-import org.apache.derby.client.am.Section;
 
-public interface MaterialPreparedStatement extends MaterialStatement
-{
 
+public interface MaterialPreparedStatement extends MaterialStatement {
 
-  // ------------------------ abstract box car and callback methods --------------------------------
 
-  public abstract void writeExecute_ (Section section,
-                            ColumnMetaData parameterMetaData,
-                            Object[] inputs,
-                            int numInputColumns,
-                            boolean outputExpected,
-                            // This is a hint to the material layer that more write commands will follow.
-                            // It is ignored by the driver in all cases except when blob data is written,
-                            // in which case this boolean is used to optimize the implementation.
-                            // Otherwise we wouldn't be able to chain after blob data is sent.
-                            // Current servers have a restriction that blobs can only be chained with blobs
-                            // Can the blob code
-                            boolean chainedWritesFollowingSetLob
-                            ) throws SqlException;
-
-
-  public abstract void readExecute_ () throws SqlException;
-
-  public abstract void writeOpenQuery_ (Section section,
-                              int fetchSize,
-                              int resultSetType,
-                              int numInputColumns,
-                              ColumnMetaData parameterMetaData,
-                              Object[] inputs
-                              ) throws SqlException;
-  public abstract void writeDescribeInput_ (Section section) throws SqlException;
-  public abstract void readDescribeInput_ () throws SqlException;
+    // ------------------------ abstract box car and callback methods --------------------------------
 
-  public abstract void writeDescribeOutput_ (Section section) throws SqlException;
-  public abstract void readDescribeOutput_ () throws SqlException;
+    public abstract void writeExecute_(Section section,
+                                       ColumnMetaData parameterMetaData,
+                                       Object[] inputs,
+                                       int numInputColumns,
+                                       boolean outputExpected,
+                                       // This is a hint to the material layer that more write commands will follow.
+                                       // It is ignored by the driver in all cases except when blob data is written,
+                                       // in which case this boolean is used to optimize the implementation.
+                                       // Otherwise we wouldn't be able to chain after blob data is sent.
+                                       // Current servers have a restriction that blobs can only be chained with blobs
+                                       // Can the blob code
+                                       boolean chainedWritesFollowingSetLob) throws SqlException;
+
+
+    public abstract void readExecute_() throws SqlException;
+
+    public abstract void writeOpenQuery_(Section section,
+                                         int fetchSize,
+                                         int resultSetType,
+                                         int numInputColumns,
+                                         ColumnMetaData parameterMetaData,
+                                         Object[] inputs) throws SqlException;
+
+    public abstract void writeDescribeInput_(Section section) throws SqlException;
+
+    public abstract void readDescribeInput_() throws SqlException;
+
+    public abstract void writeDescribeOutput_(Section section) throws SqlException;
+
+    public abstract void readDescribeOutput_() throws SqlException;
 }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26