Package ai.heavy.jdbc
Class HeavyAIArray
- java.lang.Object
-
- ai.heavy.jdbc.HeavyAIArray
-
-
Constructor Summary
Constructors Constructor Description HeavyAIArray(TDatumType type, Object[] elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfree()ObjectgetArray()ObjectgetArray(long start, int size)ObjectgetArray(long start, int size, Map<String,Class<?>> map)ObjectgetArray(Map<String,Class<?>> map)intgetBaseType()StringgetBaseTypeName()ResultSetgetResultSet()ResultSetgetResultSet(long start, int size)ResultSetgetResultSet(long start, int size, Map<String,Class<?>> map)ResultSetgetResultSet(Map<String,Class<?>> map)StringtoString()
-
-
-
Constructor Detail
-
HeavyAIArray
public HeavyAIArray(TDatumType type, Object[] elements) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
getBaseTypeName
public String getBaseTypeName() throws SQLException
- Specified by:
getBaseTypeNamein interfaceArray- Throws:
SQLException
-
getBaseType
public int getBaseType() throws SQLException- Specified by:
getBaseTypein interfaceArray- Throws:
SQLException
-
getArray
public Object getArray() throws SQLException
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
public Object getArray(long start, int size) throws SQLException
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getResultSet
public ResultSet getResultSet() throws SQLException
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
public ResultSet getResultSet(long start, int size) throws SQLException
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
free
public void free() throws SQLException- Specified by:
freein interfaceArray- Throws:
SQLException
-
getResultSet
public ResultSet getResultSet(long start, int size, Map<String,Class<?>> map) throws SQLException
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getResultSet
public ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
- Specified by:
getResultSetin interfaceArray- Throws:
SQLException
-
getArray
public Object getArray(long start, int size, Map<String,Class<?>> map) throws SQLException
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
getArray
public Object getArray(Map<String,Class<?>> map) throws SQLException
- Specified by:
getArrayin interfaceArray- Throws:
SQLException
-
-