|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.tools.SimpleResultSet.SimpleArray
public static class SimpleResultSet.SimpleArray
A simple array implementation, backed by an object array
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getArray()
getArray
in interface java.sql.Array
public java.lang.Object getArray(java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public java.lang.Object getArray(long index, int count) throws java.sql.SQLException
getArray
in interface java.sql.Array
java.sql.SQLException
public 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.Array
java.sql.SQLException
public int getBaseType()
getBaseType
in interface java.sql.Array
public java.lang.String getBaseTypeName()
getBaseTypeName
in interface java.sql.Array
public java.sql.ResultSet getResultSet() throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet(java.util.Map<java.lang.String,java.lang.Class<?>> map) throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public java.sql.ResultSet getResultSet(long index, int count) throws java.sql.SQLException
getResultSet
in interface java.sql.Array
java.sql.SQLException
public 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.Array
java.sql.SQLException
public void free()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |