| 构造器和说明 |
|---|
MockArray() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
Object |
getArray() |
Object |
getArray(long index,
int count) |
Object |
getArray(long index,
int count,
Map<String,Class<?>> map) |
Object |
getArray(Map<String,Class<?>> map) |
int |
getBaseType() |
String |
getBaseTypeName() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
ResultSet |
getResultSet(Map<String,Class<?>> map) |
public String getBaseTypeName() throws SQLException
getBaseTypeName 在接口中 ArraySQLExceptionpublic int getBaseType()
throws SQLException
getBaseType 在接口中 ArraySQLExceptionpublic Object getArray() throws SQLException
getArray 在接口中 ArraySQLExceptionpublic 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 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 在接口中 ArraySQLExceptionpublic void free()
throws SQLException
free 在接口中 ArraySQLExceptionCopyright © 2012 Alibaba Group. All Rights Reserved.