Constructor and Description |
---|
SQLArray(Array inArray) |
SQLArray(int[] inIntArray) |
SQLArray(String[] inStringArray) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
Object |
getArray() |
Object |
getArray(long inIndex,
int inCount) |
Object |
getArray(long inIndex,
int inCount,
Map<String,Class<?>> inMap) |
Object |
getArray(Map<String,Class<?>> inMap) |
int |
getBaseType() |
String |
getBaseTypeName() |
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long index,
int count) |
ResultSet |
getResultSet(long index,
int count,
Map<String,Class<?>> map) |
ResultSet |
getResultSet(Map<String,Class<?>> map) |
boolean |
isNull() |
String |
toSQLString() |
String |
toString() |
public SQLArray(int[] inIntArray)
public String toSQLString() throws SQLException
SQLException
public boolean isNull() throws SQLException
SQLException
public int getBaseType() throws SQLException
getBaseType
in interface Array
SQLException
public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Array
SQLException
public Object getArray() throws SQLException
getArray
in interface Array
SQLException
public Object getArray(Map<String,Class<?>> inMap) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long inIndex, int inCount) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long inIndex, int inCount, Map<String,Class<?>> inMap) throws SQLException
getArray
in interface Array
SQLException
public ResultSet getResultSet() throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long index, int count) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long index, int count, Map<String,Class<?>> map) throws SQLException
getResultSet
in interface Array
SQLException
public void free() throws SQLException
free
in interface Array
SQLException