public static class SimpleResultSet.SimpleArray
extends java.lang.Object
implements java.sql.Array
| Modifier and Type | Method and Description |
|---|---|
void |
free()
INTERNAL
|
java.lang.Object |
getArray()
Get the object array.
|
java.lang.Object |
getArray(long index,
int count)
INTERNAL
|
java.lang.Object |
getArray(long index,
int count,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
INTERNAL
|
java.lang.Object |
getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)
INTERNAL
|
int |
getBaseType()
Get the base type of this array.
|
java.lang.String |
getBaseTypeName()
Get the base type name of this array.
|
java.sql.ResultSet |
getResultSet()
INTERNAL
|
java.sql.ResultSet |
getResultSet(long index,
int count)
INTERNAL
|
java.sql.ResultSet |
getResultSet(long index,
int count,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
INTERNAL
|
java.sql.ResultSet |
getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)
INTERNAL
|
public java.lang.Object getArray()
getArray in interface java.sql.Arraypublic java.lang.Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(long index,
int count)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.lang.Object getArray(long index,
int count,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getArray in interface java.sql.Arrayjava.sql.SQLExceptionpublic int getBaseType()
getBaseType in interface java.sql.Arraypublic java.lang.String getBaseTypeName()
getBaseTypeName in interface java.sql.Arraypublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long index,
int count)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet(long index,
int count,
java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getResultSet in interface java.sql.Arrayjava.sql.SQLExceptionpublic void free()
free in interface java.sql.Array