org.postgresql.jdbc3g
Class Jdbc3gArray

java.lang.Object
  extended by org.postgresql.jdbc2.AbstractJdbc2Array
      extended by org.postgresql.jdbc3g.Jdbc3gArray
All Implemented Interfaces:
Array

public class Jdbc3gArray
extends AbstractJdbc2Array
implements Array


Constructor Summary
Jdbc3gArray(BaseConnection conn, int oid, String fieldString)
           
 
Method Summary
 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
free, getArray, getArray, getBaseType, getBaseTypeName, getResultSet, getResultSet
 

Constructor Detail

Jdbc3gArray

public Jdbc3gArray(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


Copyright © 2013. All Rights Reserved.