public class P6CallableStatement extends P6PreparedStatement implements java.sql.CallableStatement
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
callableQuery |
protected java.sql.CallableStatement |
callStmtPassthru |
isString, P6_GROW_MAX, P6_MAX_FIELDS, preparedQuery, prepStmtPassthru, values
connection, passthru, statementQuery
Constructor and Description |
---|
P6CallableStatement(P6Factory factory,
java.sql.CallableStatement statement,
P6Connection conn,
java.lang.String query) |
Modifier and Type | Method and Description |
---|---|
java.sql.Array |
getArray(int p0) |
java.sql.Array |
getArray(java.lang.String p0) |
java.math.BigDecimal |
getBigDecimal(int p0) |
java.math.BigDecimal |
getBigDecimal(int p0,
int p1) |
java.math.BigDecimal |
getBigDecimal(java.lang.String p0) |
java.sql.Blob |
getBlob(int p0) |
java.sql.Blob |
getBlob(java.lang.String p0) |
boolean |
getBoolean(int p0) |
boolean |
getBoolean(java.lang.String p0) |
byte |
getByte(int p0) |
byte |
getByte(java.lang.String p0) |
byte[] |
getBytes(int p0) |
byte[] |
getBytes(java.lang.String p0) |
java.io.Reader |
getCharacterStream(int arg0) |
java.io.Reader |
getCharacterStream(java.lang.String arg0) |
java.sql.Clob |
getClob(int p0) |
java.sql.Clob |
getClob(java.lang.String p0) |
java.sql.Date |
getDate(int p0) |
java.sql.Date |
getDate(int p0,
java.util.Calendar calendar) |
java.sql.Date |
getDate(java.lang.String p0) |
java.sql.Date |
getDate(java.lang.String p0,
java.util.Calendar p1) |
double |
getDouble(int p0) |
double |
getDouble(java.lang.String p0) |
float |
getFloat(int p0) |
float |
getFloat(java.lang.String p0) |
int |
getInt(int p0) |
int |
getInt(java.lang.String p0) |
java.sql.Statement |
getJDBC()
Returns the underlying JDBC object (in this case, a
java.sql.CallableStatement).
|
long |
getLong(int p0) |
long |
getLong(java.lang.String p0) |
java.io.Reader |
getNCharacterStream(int arg0) |
java.io.Reader |
getNCharacterStream(java.lang.String arg0) |
java.sql.NClob |
getNClob(int arg0) |
java.sql.NClob |
getNClob(java.lang.String arg0) |
java.lang.String |
getNString(int arg0) |
java.lang.String |
getNString(java.lang.String arg0) |
java.lang.Object |
getObject(int p0) |
<T> T |
getObject(int arg0,
java.lang.Class<T> arg1) |
java.lang.Object |
getObject(int p0,
java.util.Map p1) |
java.lang.Object |
getObject(java.lang.String p0) |
<T> T |
getObject(java.lang.String arg0,
java.lang.Class<T> arg1) |
java.lang.Object |
getObject(java.lang.String p0,
java.util.Map p1) |
java.sql.Ref |
getRef(int p0) |
java.sql.Ref |
getRef(java.lang.String p0) |
java.sql.RowId |
getRowId(int arg0) |
java.sql.RowId |
getRowId(java.lang.String arg0) |
short |
getShort(int p0) |
short |
getShort(java.lang.String p0) |
java.sql.SQLXML |
getSQLXML(int arg0) |
java.sql.SQLXML |
getSQLXML(java.lang.String arg0) |
java.lang.String |
getString(int p0) |
java.lang.String |
getString(java.lang.String p0) |
java.sql.Time |
getTime(int p0) |
java.sql.Time |
getTime(int p0,
java.util.Calendar p1) |
java.sql.Time |
getTime(java.lang.String p0) |
java.sql.Time |
getTime(java.lang.String p0,
java.util.Calendar p1) |
java.sql.Timestamp |
getTimestamp(int p0) |
java.sql.Timestamp |
getTimestamp(int p0,
java.util.Calendar p1) |
java.sql.Timestamp |
getTimestamp(java.lang.String p0) |
java.sql.Timestamp |
getTimestamp(java.lang.String p0,
java.util.Calendar p1) |
java.net.URL |
getURL(int p0) |
java.net.URL |
getURL(java.lang.String p0) |
void |
registerOutParameter(int p0,
int p1) |
void |
registerOutParameter(int p0,
int p1,
int p2) |
void |
registerOutParameter(int p0,
int p1,
java.lang.String p2) |
void |
registerOutParameter(java.lang.String p0,
int p1) |
void |
registerOutParameter(java.lang.String p0,
int p1,
int p2) |
void |
registerOutParameter(java.lang.String p0,
int p1,
java.lang.String p2) |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1) |
void |
setAsciiStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setAsciiStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setAsciiStream(java.lang.String p0,
java.io.InputStream p1,
int p2) |
void |
setAsciiStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBigDecimal(java.lang.String p0,
java.math.BigDecimal p1) |
void |
setBinaryStream(int arg0,
java.io.InputStream arg1) |
void |
setBinaryStream(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBinaryStream(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setBinaryStream(java.lang.String p0,
java.io.InputStream p1,
int p2) |
void |
setBinaryStream(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBlob(int arg0,
java.io.InputStream arg1) |
void |
setBlob(int arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBlob(java.lang.String arg0,
java.sql.Blob arg1) |
void |
setBlob(java.lang.String arg0,
java.io.InputStream arg1) |
void |
setBlob(java.lang.String arg0,
java.io.InputStream arg1,
long arg2) |
void |
setBoolean(java.lang.String p0,
boolean p1) |
void |
setByte(java.lang.String p0,
byte p1) |
void |
setBytes(java.lang.String p0,
byte[] p1) |
void |
setCharacterStream(int arg0,
java.io.Reader arg1) |
void |
setCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
setCharacterStream(java.lang.String p0,
java.io.Reader p1,
int p2) |
void |
setCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
setClob(int arg0,
java.io.Reader arg1) |
void |
setClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setClob(java.lang.String arg0,
java.sql.Clob arg1) |
void |
setClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
setClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
setDate(java.lang.String p0,
java.sql.Date p1) |
void |
setDate(java.lang.String p0,
java.sql.Date p1,
java.util.Calendar p2) |
void |
setDouble(java.lang.String p0,
double p1) |
void |
setFloat(java.lang.String p0,
float p1) |
void |
setInt(java.lang.String p0,
int p1) |
void |
setLong(java.lang.String p0,
long p1) |
void |
setNCharacterStream(int arg0,
java.io.Reader arg1) |
void |
setNCharacterStream(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setNCharacterStream(java.lang.String arg0,
java.io.Reader arg1) |
void |
setNCharacterStream(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
setNClob(int arg0,
java.sql.NClob arg1) |
void |
setNClob(int arg0,
java.io.Reader arg1) |
void |
setNClob(int arg0,
java.io.Reader arg1,
long arg2) |
void |
setNClob(java.lang.String arg0,
java.sql.NClob arg1) |
void |
setNClob(java.lang.String arg0,
java.io.Reader arg1) |
void |
setNClob(java.lang.String arg0,
java.io.Reader arg1,
long arg2) |
void |
setNString(int arg0,
java.lang.String arg1) |
void |
setNString(java.lang.String arg0,
java.lang.String arg1) |
void |
setNull(java.lang.String p0,
int p1) |
void |
setNull(java.lang.String p0,
int p1,
java.lang.String p2) |
void |
setObject(java.lang.String p0,
java.lang.Object p1) |
void |
setObject(java.lang.String p0,
java.lang.Object p1,
int p2) |
void |
setObject(java.lang.String p0,
java.lang.Object p1,
int p2,
int p3) |
void |
setRowId(int arg0,
java.sql.RowId arg1) |
void |
setRowId(java.lang.String arg0,
java.sql.RowId arg1) |
void |
setShort(java.lang.String p0,
short p1) |
void |
setSQLXML(int arg0,
java.sql.SQLXML arg1) |
void |
setSQLXML(java.lang.String arg0,
java.sql.SQLXML arg1) |
void |
setString(java.lang.String p0,
java.lang.String p1) |
void |
setTime(java.lang.String p0,
java.sql.Time p1) |
void |
setTime(java.lang.String p0,
java.sql.Time p1,
java.util.Calendar p2) |
void |
setTimestamp(java.lang.String p0,
java.sql.Timestamp p1) |
void |
setTimestamp(java.lang.String p0,
java.sql.Timestamp p1,
java.util.Calendar p2) |
void |
setURL(java.lang.String p0,
java.net.URL p1) |
boolean |
wasNull() |
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, getQueryFromPreparedStatement, getResultSet, getValuesLength, growValues, initValues, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setObjectAsInt, setObjectAsString, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, isWrapperFor, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, unwrap
getP6Factory, setP6Factory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout
protected java.sql.CallableStatement callStmtPassthru
protected java.lang.String callableQuery
public P6CallableStatement(P6Factory factory, java.sql.CallableStatement statement, P6Connection conn, java.lang.String query)
public java.lang.String getString(int p0) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(int p0, int p1) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(int p0, int p1, int p2) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(int p0, int p1, java.lang.String p2) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean wasNull() throws java.sql.SQLException
wasNull
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Array getArray(int p0) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int p0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(int p0, int p1) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Blob getBlob(int p0) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean getBoolean(int p0) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public byte getByte(int p0) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
public byte[] getBytes(int p0) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Clob getClob(int p0) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(int p0) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(int p0, java.util.Calendar calendar) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public double getDouble(int p0) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
public float getFloat(int p0) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public int getInt(int p0) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
public long getLong(int p0) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(int p0) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(int p0, java.util.Map p1) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Ref getRef(int p0) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
public short getShort(int p0) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(int p0) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(int p0, java.util.Calendar p1) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int p0) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(int p0, java.util.Calendar p1) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String p0, int p1) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String p0, int p1, int p2) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public void registerOutParameter(java.lang.String p0, int p1, java.lang.String p2) throws java.sql.SQLException
registerOutParameter
in interface java.sql.CallableStatement
java.sql.SQLException
public java.net.URL getURL(int p0) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
public void setURL(java.lang.String p0, java.net.URL p1) throws java.sql.SQLException
setURL
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNull(java.lang.String p0, int p1) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBoolean(java.lang.String p0, boolean p1) throws java.sql.SQLException
setBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public void setByte(java.lang.String p0, byte p1) throws java.sql.SQLException
setByte
in interface java.sql.CallableStatement
java.sql.SQLException
public void setShort(java.lang.String p0, short p1) throws java.sql.SQLException
setShort
in interface java.sql.CallableStatement
java.sql.SQLException
public void setInt(java.lang.String p0, int p1) throws java.sql.SQLException
setInt
in interface java.sql.CallableStatement
java.sql.SQLException
public void setLong(java.lang.String p0, long p1) throws java.sql.SQLException
setLong
in interface java.sql.CallableStatement
java.sql.SQLException
public void setFloat(java.lang.String p0, float p1) throws java.sql.SQLException
setFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDouble(java.lang.String p0, double p1) throws java.sql.SQLException
setDouble
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBigDecimal(java.lang.String p0, java.math.BigDecimal p1) throws java.sql.SQLException
setBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public void setString(java.lang.String p0, java.lang.String p1) throws java.sql.SQLException
setString
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBytes(java.lang.String p0, byte[] p1) throws java.sql.SQLException
setBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDate(java.lang.String p0, java.sql.Date p1) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTime(java.lang.String p0, java.sql.Time p1) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTimestamp(java.lang.String p0, java.sql.Timestamp p1) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String p0, java.io.InputStream p1, int p2) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String p0, java.lang.Object p1, int p2, int p3) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String p0, java.lang.Object p1, int p2) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setObject(java.lang.String p0, java.lang.Object p1) throws java.sql.SQLException
setObject
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String p0, java.io.Reader p1, int p2) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setDate(java.lang.String p0, java.sql.Date p1, java.util.Calendar p2) throws java.sql.SQLException
setDate
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTime(java.lang.String p0, java.sql.Time p1, java.util.Calendar p2) throws java.sql.SQLException
setTime
in interface java.sql.CallableStatement
java.sql.SQLException
public void setTimestamp(java.lang.String p0, java.sql.Timestamp p1, java.util.Calendar p2) throws java.sql.SQLException
setTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNull(java.lang.String p0, int p1, java.lang.String p2) throws java.sql.SQLException
setNull
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getString(java.lang.String p0) throws java.sql.SQLException
getString
in interface java.sql.CallableStatement
java.sql.SQLException
public boolean getBoolean(java.lang.String p0) throws java.sql.SQLException
getBoolean
in interface java.sql.CallableStatement
java.sql.SQLException
public byte getByte(java.lang.String p0) throws java.sql.SQLException
getByte
in interface java.sql.CallableStatement
java.sql.SQLException
public short getShort(java.lang.String p0) throws java.sql.SQLException
getShort
in interface java.sql.CallableStatement
java.sql.SQLException
public int getInt(java.lang.String p0) throws java.sql.SQLException
getInt
in interface java.sql.CallableStatement
java.sql.SQLException
public long getLong(java.lang.String p0) throws java.sql.SQLException
getLong
in interface java.sql.CallableStatement
java.sql.SQLException
public float getFloat(java.lang.String p0) throws java.sql.SQLException
getFloat
in interface java.sql.CallableStatement
java.sql.SQLException
public double getDouble(java.lang.String p0) throws java.sql.SQLException
getDouble
in interface java.sql.CallableStatement
java.sql.SQLException
public byte[] getBytes(java.lang.String p0) throws java.sql.SQLException
getBytes
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(java.lang.String p0) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(java.lang.String p0) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String p0) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(java.lang.String p0) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.math.BigDecimal getBigDecimal(java.lang.String p0) throws java.sql.SQLException
getBigDecimal
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.Object getObject(java.lang.String p0, java.util.Map p1) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Ref getRef(java.lang.String p0) throws java.sql.SQLException
getRef
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Blob getBlob(java.lang.String p0) throws java.sql.SQLException
getBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Clob getClob(java.lang.String p0) throws java.sql.SQLException
getClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Array getArray(java.lang.String p0) throws java.sql.SQLException
getArray
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Date getDate(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getDate
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Time getTime(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getTime
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Timestamp getTimestamp(java.lang.String p0, java.util.Calendar p1) throws java.sql.SQLException
getTimestamp
in interface java.sql.CallableStatement
java.sql.SQLException
public java.net.URL getURL(java.lang.String p0) throws java.sql.SQLException
getURL
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.Statement getJDBC()
The returned object is a java.sql.Statement due to inheritance reasons, so you'll need to cast appropriately.
getJDBC
in class P6PreparedStatement
public void setAsciiStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
setAsciiStream
in interface java.sql.PreparedStatement
setAsciiStream
in class P6PreparedStatement
java.sql.SQLException
public void setAsciiStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setAsciiStream
in interface java.sql.PreparedStatement
setAsciiStream
in class P6PreparedStatement
java.sql.SQLException
public void setBinaryStream(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
setBinaryStream
in interface java.sql.PreparedStatement
setBinaryStream
in class P6PreparedStatement
java.sql.SQLException
public void setBinaryStream(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setBinaryStream
in interface java.sql.PreparedStatement
setBinaryStream
in class P6PreparedStatement
java.sql.SQLException
public void setBlob(int arg0, java.io.InputStream arg1) throws java.sql.SQLException
setBlob
in interface java.sql.PreparedStatement
setBlob
in class P6PreparedStatement
java.sql.SQLException
public void setBlob(int arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setBlob
in interface java.sql.PreparedStatement
setBlob
in class P6PreparedStatement
java.sql.SQLException
public void setCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
setCharacterStream
in interface java.sql.PreparedStatement
setCharacterStream
in class P6PreparedStatement
java.sql.SQLException
public void setCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setCharacterStream
in interface java.sql.PreparedStatement
setCharacterStream
in class P6PreparedStatement
java.sql.SQLException
public void setClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
setClob
in interface java.sql.PreparedStatement
setClob
in class P6PreparedStatement
java.sql.SQLException
public void setClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setClob
in interface java.sql.PreparedStatement
setClob
in class P6PreparedStatement
java.sql.SQLException
public void setNCharacterStream(int arg0, java.io.Reader arg1) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.PreparedStatement
setNCharacterStream
in class P6PreparedStatement
java.sql.SQLException
public void setNCharacterStream(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.PreparedStatement
setNCharacterStream
in class P6PreparedStatement
java.sql.SQLException
public void setNClob(int arg0, java.sql.NClob arg1) throws java.sql.SQLException
setNClob
in interface java.sql.PreparedStatement
setNClob
in class P6PreparedStatement
java.sql.SQLException
public void setNClob(int arg0, java.io.Reader arg1) throws java.sql.SQLException
setNClob
in interface java.sql.PreparedStatement
setNClob
in class P6PreparedStatement
java.sql.SQLException
public void setNClob(int arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setNClob
in interface java.sql.PreparedStatement
setNClob
in class P6PreparedStatement
java.sql.SQLException
public void setNString(int arg0, java.lang.String arg1) throws java.sql.SQLException
setNString
in interface java.sql.PreparedStatement
setNString
in class P6PreparedStatement
java.sql.SQLException
public void setRowId(int arg0, java.sql.RowId arg1) throws java.sql.SQLException
setRowId
in interface java.sql.PreparedStatement
setRowId
in class P6PreparedStatement
java.sql.SQLException
public void setSQLXML(int arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
setSQLXML
in interface java.sql.PreparedStatement
setSQLXML
in class P6PreparedStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(int arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(int arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.io.Reader getNCharacterStream(java.lang.String arg0) throws java.sql.SQLException
getNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(int arg0) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.NClob getNClob(java.lang.String arg0) throws java.sql.SQLException
getNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(int arg0) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public java.lang.String getNString(java.lang.String arg0) throws java.sql.SQLException
getNString
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(int arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public <T> T getObject(java.lang.String arg0, java.lang.Class<T> arg1) throws java.sql.SQLException
getObject
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(int arg0) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.RowId getRowId(java.lang.String arg0) throws java.sql.SQLException
getRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(int arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public java.sql.SQLXML getSQLXML(java.lang.String arg0) throws java.sql.SQLException
getSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setAsciiStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setAsciiStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBinaryStream(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setBinaryStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.sql.Blob arg1) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.io.InputStream arg1) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setBlob(java.lang.String arg0, java.io.InputStream arg1, long arg2) throws java.sql.SQLException
setBlob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String arg0, java.sql.Clob arg1) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNCharacterStream(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setNCharacterStream
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.sql.NClob arg1) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.io.Reader arg1) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNClob(java.lang.String arg0, java.io.Reader arg1, long arg2) throws java.sql.SQLException
setNClob
in interface java.sql.CallableStatement
java.sql.SQLException
public void setNString(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
setNString
in interface java.sql.CallableStatement
java.sql.SQLException
public void setRowId(java.lang.String arg0, java.sql.RowId arg1) throws java.sql.SQLException
setRowId
in interface java.sql.CallableStatement
java.sql.SQLException
public void setSQLXML(java.lang.String arg0, java.sql.SQLXML arg1) throws java.sql.SQLException
setSQLXML
in interface java.sql.CallableStatement
java.sql.SQLException