public static class SimpleResultSet.SimpleArray extends Object implements Array
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ArraySQLExceptionpublic Object getArray(long index, int count) throws SQLException
getArray 在接口中 ArraySQLExceptionpublic Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray 在接口中 ArraySQLExceptionpublic int getBaseType()
getBaseType 在接口中 Arraypublic String getBaseTypeName()
getBaseTypeName 在接口中 Arraypublic ResultSet getResultSet() throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(long index, int count) throws SQLException
getResultSet 在接口中 ArraySQLExceptionpublic ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet 在接口中 ArraySQLExceptionCopyright © 2017. All rights reserved.