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