org.postgresql.jdbc3g
Class Jdbc3gArray

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

public class Jdbc3gArray
extends AbstractJdbc2Array
implements java.sql.Array


Constructor Summary
Jdbc3gArray(BaseConnection conn, int idx, Field field, BaseResultSet rs)
           
 
Method Summary
 java.lang.Object getArray(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map)
           
 java.lang.Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)
           
 java.sql.ResultSet getResultSet(long index, int count, java.util.Map<java.lang.String,java.lang.Class<?>> map)
           
 java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)
           
 
Methods inherited from class org.postgresql.jdbc2.AbstractJdbc2Array
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

Jdbc3gArray

public Jdbc3gArray(BaseConnection conn,
                   int idx,
                   Field field,
                   BaseResultSet rs)
            throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

getArray

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

getArray

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

getResultSet

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

getResultSet

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