public class SerialArray extends Object implements Array, Serializable
| Constructor and Description |
|---|
SerialArray() |
SerialArray(Array array) |
| Modifier and Type | Method and Description |
|---|---|
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
SerialExceptionSQLExceptionpublic String getBaseTypeName() throws SQLException
getBaseTypeName in interface ArraySQLExceptionpublic void setBaseTypeName(String baseTypeName)
public int getBaseType()
throws SQLException
getBaseType in interface ArraySQLExceptionpublic void setBaseType(int baseType)
public Object getArray() throws SQLException
getArray in interface ArraySQLExceptionpublic 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 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 ArraySQLExceptionpublic void free()
throws SQLException
free in interface ArraySQLExceptionpublic Object[] getElements()
public void setElements(Object[] elements)
Copyright © 2024 Apache. All rights reserved.