File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/interfaces/jdbc/org/postgresql/jdbc2 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
* Copyright (c) 2003, PostgreSQL Global Development Group
10
10
*
11
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2ResultSet.java,v 1.20 2003/06/30 16:38:30 barry Exp $
12
+ * $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc2/Attic/AbstractJdbc2ResultSet.java,v 1.21 2003/08/11 21:33:50 barry Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -253,6 +253,8 @@ public java.sql.Array getArray(String colName) throws SQLException
253
253
254
254
public java .sql .Array getArray (int i ) throws SQLException
255
255
{
256
+ checkResultSet ( i );
257
+
256
258
wasNullFlag = (this_row [i - 1 ] == null );
257
259
if (wasNullFlag )
258
260
return null ;
You can’t perform that action at this time.
0 commit comments