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