Constructor and Description |
---|
FiberArray(Array array,
ExecutorService executor) |
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() |
FiberResultSet |
getResultSet() |
FiberResultSet |
getResultSet(long index,
int count) |
FiberResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
FiberResultSet |
getResultSet(Map<String,Class<?>> map) |
int |
hashCode() |
String |
toString() |
public FiberArray(Array array, ExecutorService executor)
@Suspendable public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Array
SQLException
@Suspendable public int getBaseType() throws SQLException
getBaseType
in interface Array
SQLException
@Suspendable public Object getArray() throws SQLException
getArray
in interface Array
SQLException
@Suspendable public Object getArray(Map<String,Class<?>> map) throws SQLException
getArray
in interface Array
SQLException
@Suspendable public Object getArray(long index, int count) throws SQLException
getArray
in interface Array
SQLException
@Suspendable public Object getArray(long index, int count, Map<String,Class<?>> map) throws SQLException
getArray
in interface Array
SQLException
@Suspendable public FiberResultSet getResultSet() throws SQLException
getResultSet
in interface Array
SQLException
@Suspendable public FiberResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
@Suspendable public FiberResultSet getResultSet(long index, int count) throws SQLException
getResultSet
in interface Array
SQLException
@Suspendable public FiberResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
@Suspendable public void free() throws SQLException
free
in interface Array
SQLException