org.postgresql.jdbc4
Class Jdbc4Array

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2Array
      extended by org.postgresql.jdbc4.Jdbc4Array
All Implemented Interfaces:
Array

public class Jdbc4Array
extends AbstractJdbc2Array
implements Array


Constructor Summary
Jdbc4Array(BaseConnection conn, int oid, String fieldString)
           
 
Method Summary
 void free()
           
 Object getArray(long index, int count, Map<String,Class<?>> map)
           
 Object getArray(Map<String,Class<?>> map)
           
 ResultSet getResultSet(long index, int count, Map<String,Class<?>> map)
           
 ResultSet getResultSet(Map<String,Class<?>> 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
getArray, getArray, getBaseType, getBaseTypeName, getResultSet, getResultSet
 

Constructor Detail

Jdbc4Array

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

getArray

public Object getArray(Map<String,Class<?>> map)
                throws SQLException
Specified by:
getArray in interface Array
Throws:
SQLException

getArray

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

getResultSet

public ResultSet getResultSet(Map<String,Class<?>> map)
                       throws SQLException
Specified by:
getResultSet in interface Array
Throws:
SQLException

getResultSet

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

free

public void free()
          throws SQLException
Specified by:
free in interface Array
Throws:
SQLException


Copyright © 2013. All Rights Reserved.