org.postgresql.jdbc3
Class Jdbc3Array

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2Array
      extended by org.postgresql.jdbc3.Jdbc3Array
All Implemented Interfaces:
Array

public class Jdbc3Array
extends AbstractJdbc2Array
implements Array


Constructor Summary
Jdbc3Array(BaseConnection conn, int oid, String fieldString)
           
 
Method Summary
 Object getArray(long index, int count, Map map)
           
 Object getArray(Map map)
           
 ResultSet getResultSet(long index, int count, Map map)
           
 ResultSet getResultSet(Map map)
           
 
Methods inherited from class org.postgresql.jdbc2.AbstractJdbc2Array
escapeArrayElement, getArray, getArray, getArrayImpl, getArrayImpl, getBaseType, getBaseTypeName, getResultSet, getResultSet, getResultSetImpl, getResultSetImpl, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.sql.Array
free, getArray, getArray, getBaseType, getBaseTypeName, getResultSet, getResultSet
 

Constructor Detail

Jdbc3Array

public Jdbc3Array(BaseConnection conn,
                  int oid,
                  String fieldString)
           throws SQLException
Throws:
SQLException
Method Detail

getArray

public Object getArray(Map map)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getArray

public Object getArray(long index,
                       int count,
                       Map map)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet(Map map)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

getResultSet

public ResultSet getResultSet(long index,
                              int count,
                              Map map)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException


Copyright © 2013. All Rights Reserved.