Modifier and Type | Field and Description |
---|---|
protected Array |
passthru |
protected String |
preparedQuery |
protected String |
query |
protected P6Statement |
statement |
Constructor and Description |
---|
P6Array(P6Factory factory,
Array array,
P6Statement statement,
String preparedQuery,
String query) |
Modifier and Type | Method and Description |
---|---|
void |
free() |
Object |
getArray() |
Object |
getArray(long p0,
int p1) |
Object |
getArray(long p0,
int p1,
Map map) |
Object |
getArray(Map p0) |
int |
getBaseType() |
String |
getBaseTypeName() |
Array |
getJDBC()
Returns the underlying JDBC object (in this case, a
java.sql.Array)
|
ResultSet |
getResultSet() |
ResultSet |
getResultSet(long p0,
int p1) |
ResultSet |
getResultSet(long p0,
int p1,
Map p2) |
ResultSet |
getResultSet(Map p0) |
getP6Factory, setP6Factory
protected Array passthru
protected P6Statement statement
protected String query
protected String preparedQuery
public P6Array(P6Factory factory, Array array, P6Statement statement, String preparedQuery, String query)
public Object getArray() throws SQLException
getArray
in interface Array
SQLException
public Object getArray(Map p0) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long p0, int p1) throws SQLException
getArray
in interface Array
SQLException
public Object getArray(long p0, int p1, Map map) throws SQLException
getArray
in interface Array
SQLException
public int getBaseType() throws SQLException
getBaseType
in interface Array
SQLException
public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Array
SQLException
public ResultSet getResultSet() throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(Map p0) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long p0, int p1) throws SQLException
getResultSet
in interface Array
SQLException
public ResultSet getResultSet(long p0, int p1, Map p2) throws SQLException
getResultSet
in interface Array
SQLException
public Array getJDBC()
public void free() throws SQLException
free
in interface Array
SQLException