public class SerialArray extends Object implements Array, Serializable
| 构造器和说明 |
|---|
SerialArray() |
SerialArray(Array array) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
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() |
Object[] |
getElements() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
ResultSet |
getResultSet(Map<String,Class<?>> map) |
int |
hashCode() |
void |
setBaseType(int baseType) |
void |
setBaseTypeName(String baseTypeName) |
void |
setElements(Object[] elements) |
public SerialArray()
public SerialArray(Array array) throws SerialException, SQLException
public String getBaseTypeName() throws SQLException
getBaseTypeName 在接口中 ArraySQLExceptionpublic void setBaseTypeName(String baseTypeName)
public int getBaseType()
throws SQLException
getBaseType 在接口中 ArraySQLExceptionpublic void setBaseType(int baseType)
public 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 在接口中 ArraySQLExceptionpublic Object[] getElements()
public void setElements(Object[] elements)
Copyright © 2020 Seata. All rights reserved.