public static class SimpleResultSet.SimpleArray extends Object implements Array
| Modifier and Type | Method and Description |
|---|---|
void |
free()
INTERNAL
|
Object |
getArray()
Get the object array.
|
Object |
getArray(long index,
int count)
INTERNAL
|
Object |
getArray(long index,
int count,
Map<String,Class<?>> map)
INTERNAL
|
Object |
getArray(Map<String,Class<?>> map)
INTERNAL
|
int |
getBaseType()
Get the base type of this array.
|
String |
getBaseTypeName()
Get the base type name of this array.
|
ResultSet |
getResultSet()
INTERNAL
|
ResultSet |
getResultSet(long index,
int count)
INTERNAL
|
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map)
INTERNAL
|
ResultSet |
getResultSet(Map<String,Class<?>> map)
INTERNAL
|
public Object getArray()
public Object getArray(Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptionpublic Object getArray(long index, int count) throws SQLException
getArray in interface ArraySQLExceptionpublic Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray in interface ArraySQLExceptionpublic int getBaseType()
getBaseType in interface Arraypublic String getBaseTypeName()
getBaseTypeName in interface Arraypublic ResultSet getResultSet() throws SQLException
getResultSet in interface ArraySQLExceptionpublic ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptionpublic ResultSet getResultSet(long index, int count) throws SQLException
getResultSet in interface ArraySQLExceptionpublic ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet in interface ArraySQLExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.