org.postgresql.jdbc4
Class Jdbc4Array
java.lang.Object
org.postgresql.jdbc2.AbstractJdbc2Array
org.postgresql.jdbc4.Jdbc4Array
- All Implemented Interfaces:
- Array
public class Jdbc4Array
- extends AbstractJdbc2Array
- implements Array
| Methods inherited from class org.postgresql.jdbc2.AbstractJdbc2Array |
escapeArrayElement, getArray, getArray, getArrayImpl, getArrayImpl, getBaseType, getBaseTypeName, getResultSet, getResultSet, getResultSetImpl, getResultSetImpl, toString |
Jdbc4Array
public Jdbc4Array(BaseConnection conn,
int oid,
String fieldString)
throws SQLException
- Throws:
SQLException
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.