File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/interfaces/jdbc/org/postgresql/jdbc2 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
import org .postgresql .largeobject .*;
9
9
import org .postgresql .util .PSQLException ;
10
10
11
- /* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2Statement.java,v 1.7 2002/09/11 05:38:45 barry Exp $
11
+ /* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2Statement.java,v 1.8 2002/10/30 04:33:29 barry Exp $
12
12
* This class defines methods of the jdbc2 specification. This class extends
13
13
* org.postgresql.jdbc1.AbstractJdbc1Statement which provides the jdbc1
14
14
* methods. The real Statement class (for jdbc2) is org.postgresql.jdbc2.Jdbc2Statement
@@ -115,8 +115,7 @@ public int getFetchDirection() throws SQLException
115
115
116
116
public int getFetchSize () throws SQLException
117
117
{
118
- // This one can only return a valid value when were a cursor?
119
- throw org .postgresql .Driver .notImplemented ();
118
+ return 0 ;
120
119
}
121
120
122
121
public int getResultSetConcurrency () throws SQLException
You can’t perform that action at this time.
0 commit comments