public abstract class PGArray extends Object implements Array
Modifier and Type | Field and Description |
---|---|
protected Context |
context |
protected ArrayType |
type |
Modifier and Type | Method and Description |
---|---|
protected void |
checkFreed() |
Object |
getArray() |
Object |
getArray(Class<?> targetComponentType) |
protected abstract Object |
getArray(Context context,
Class<?> targetComponentType,
long index,
int count) |
Object |
getArray(long index,
int count) |
Object |
getArray(long index,
int count,
Map<String,Class<?>> typeMap) |
Object |
getArray(Map<String,Class<?>> typeMap) |
int |
getBaseType() |
String |
getBaseTypeName() |
abstract int |
getLength() |
ResultSet |
getResultSet() |
protected abstract ResultSet |
getResultSet(Context context,
long index,
int count) |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> typeMap) |
ResultSet |
getResultSet(Map<String,Class<?>> typeMap) |
ArrayType |
getType() |
public abstract int getLength()
protected abstract Object getArray(Context context, Class<?> targetComponentType, long index, int count) throws SQLException
SQLException
protected abstract ResultSet getResultSet(Context context, long index, int count) throws SQLException
SQLException
protected void checkFreed() throws SQLException
SQLException
public ArrayType getType()
public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Array
SQLException
public int getBaseType() throws SQLException
getBaseType
in interface Array
SQLException
public Object getArray(Class<?> targetComponentType) throws SQLException
SQLException
public Object getArray() throws SQLException
getArray
in interface Array
SQLException
public Object getArray(Map<String,Class<?>> typeMap) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long index, int count) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long index, int count, Map<String,Class<?>> typeMap) throws SQLException
getArray
in interface Array
SQLException
public ResultSet getResultSet() throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(Map<String,Class<?>> typeMap) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long index, int count) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long index, int count, Map<String,Class<?>> typeMap) throws SQLException
getResultSet
in interface Array
SQLException