A JDBC Array
. For documentation of this class, see java.sql.Array
.
Methods
Method | Return type | Brief description |
---|---|---|
free() | void | For documentation of this method, see java.sql.Array#free() . |
getArray() | Object | For documentation of this method, see java.sql.Array#getArray() . |
getArray(index, count) | Object | For documentation of this method, see java.sql.Array#getArray(long, int) . |
getBaseType() | Integer | For documentation of this method, see java.sql.Array#getBaseType() . |
getBaseTypeName() | String | For documentation of this method, see java.sql.Array#getBaseTypeName() . |
getResultSet() | JdbcResultSet | For documentation of this method, see java.sql.Array#getResultSet() . |
getResultSet(index, count) | JdbcResultSet | For documentation of this method, see java.sql.Array#getResultSet(long, int) . |
Detailed documentation
free()
For documentation of this method, see java.sql.Array#free()
.
getArray(index, count)
For documentation of this method, see java.sql.Array#getArray(long, int)
.
Parameters
Name | Type | Description |
---|---|---|
index | Integer | |
count | Integer |
Return
Object
getBaseTypeName()
For documentation of this method, see java.sql.Array#getBaseTypeName()
.
Return
String
getResultSet(index, count)
For documentation of this method, see java.sql.Array#getResultSet(long, int)
.
Parameters
Name | Type | Description |
---|---|---|
index | Integer | |
count | Integer |