public interface Array
Modifier and Type | Method and Description |
---|---|
Object |
getArray() |
Object |
getArray(long index,
int count) |
Object |
getArray(long index,
int count,
Map map) |
Object |
getArray(Map map) |
int |
getBaseType() |
String |
getBaseTypeName() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map map) |
ResultSet |
getResultSet(Map map) |
Object getArray() throws SQLException
SQLException
Object getArray(long index, int count) throws SQLException
SQLException
Object getArray(long index, int count, Map map) throws SQLException
SQLException
Object getArray(Map map) throws SQLException
SQLException
int getBaseType() throws SQLException
SQLException
String getBaseTypeName() throws SQLException
SQLException
ResultSet getResultSet() throws SQLException
SQLException
ResultSet getResultSet(long index, int count) throws SQLException
SQLException
ResultSet getResultSet(long index, int count, Map map) throws SQLException
SQLException
ResultSet getResultSet(Map map) throws SQLException
SQLException