com.p6spy.engine.spy
Class P6CallableStatement
java.lang.Object
com.p6spy.engine.spy.P6Base
com.p6spy.engine.spy.P6Statement
com.p6spy.engine.spy.P6PreparedStatement
com.p6spy.engine.spy.P6CallableStatement
- All Implemented Interfaces:
- java.sql.CallableStatement, java.sql.PreparedStatement, java.sql.Statement
- Direct Known Subclasses:
- P6LogCallableStatement, P6OutageCallableStatement
- public class P6CallableStatement
- extends P6PreparedStatement
- implements java.sql.CallableStatement
Fields inherited from interface java.sql.Statement |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
Method Summary |
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.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.lang.Object |
getObject(int p0)
|
java.lang.Object |
getObject(int p0,
java.util.Map p1)
|
java.lang.Object |
getObject(java.lang.String p0)
|
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)
|
short |
getShort(int p0)
|
short |
getShort(java.lang.String p0)
|
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(java.lang.String p0,
java.io.InputStream p1,
int p2)
|
void |
setBigDecimal(java.lang.String p0,
java.math.BigDecimal p1)
|
void |
setBinaryStream(java.lang.String p0,
java.io.InputStream p1,
int p2)
|
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(java.lang.String p0,
java.io.Reader p1,
int p2)
|
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 |
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 |
setShort(java.lang.String p0,
short p1)
|
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()
|
Methods inherited from class com.p6spy.engine.spy.P6PreparedStatement |
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 |
Methods inherited from class com.p6spy.engine.spy.P6Statement |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.sql.PreparedStatement |
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 |
Methods inherited from interface java.sql.Statement |
addBatch, cancel, clearBatch, clearWarnings, close, 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, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
callStmtPassthru
protected java.sql.CallableStatement callStmtPassthru
callableQuery
protected java.lang.String callableQuery
P6CallableStatement
public P6CallableStatement(P6Factory factory,
java.sql.CallableStatement statement,
P6Connection conn,
java.lang.String query)
getString
public java.lang.String getString(int p0)
throws java.sql.SQLException
- Specified by:
getString
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int p0,
int p1)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int p0,
int p1,
int p2)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(int p0,
int p1,
java.lang.String p2)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
wasNull
public boolean wasNull()
throws java.sql.SQLException
- Specified by:
wasNull
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getArray
public java.sql.Array getArray(int p0)
throws java.sql.SQLException
- Specified by:
getArray
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int p0)
throws java.sql.SQLException
- Specified by:
getBigDecimal
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(int p0,
int p1)
throws java.sql.SQLException
- Specified by:
getBigDecimal
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBlob
public java.sql.Blob getBlob(int p0)
throws java.sql.SQLException
- Specified by:
getBlob
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBoolean
public boolean getBoolean(int p0)
throws java.sql.SQLException
- Specified by:
getBoolean
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getByte
public byte getByte(int p0)
throws java.sql.SQLException
- Specified by:
getByte
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBytes
public byte[] getBytes(int p0)
throws java.sql.SQLException
- Specified by:
getBytes
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getClob
public java.sql.Clob getClob(int p0)
throws java.sql.SQLException
- Specified by:
getClob
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate(int p0)
throws java.sql.SQLException
- Specified by:
getDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate(int p0,
java.util.Calendar calendar)
throws java.sql.SQLException
- Specified by:
getDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDouble
public double getDouble(int p0)
throws java.sql.SQLException
- Specified by:
getDouble
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getFloat
public float getFloat(int p0)
throws java.sql.SQLException
- Specified by:
getFloat
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getInt
public int getInt(int p0)
throws java.sql.SQLException
- Specified by:
getInt
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getLong
public long getLong(int p0)
throws java.sql.SQLException
- Specified by:
getLong
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject(int p0)
throws java.sql.SQLException
- Specified by:
getObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject(int p0,
java.util.Map p1)
throws java.sql.SQLException
- Specified by:
getObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getRef
public java.sql.Ref getRef(int p0)
throws java.sql.SQLException
- Specified by:
getRef
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getShort
public short getShort(int p0)
throws java.sql.SQLException
- Specified by:
getShort
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime(int p0)
throws java.sql.SQLException
- Specified by:
getTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime(int p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
getTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(int p0)
throws java.sql.SQLException
- Specified by:
getTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(int p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
getTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(java.lang.String p0,
int p1)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(java.lang.String p0,
int p1,
int p2)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
registerOutParameter
public void registerOutParameter(java.lang.String p0,
int p1,
java.lang.String p2)
throws java.sql.SQLException
- Specified by:
registerOutParameter
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getURL
public java.net.URL getURL(int p0)
throws java.sql.SQLException
- Specified by:
getURL
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setURL
public void setURL(java.lang.String p0,
java.net.URL p1)
throws java.sql.SQLException
- Specified by:
setURL
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setNull
public void setNull(java.lang.String p0,
int p1)
throws java.sql.SQLException
- Specified by:
setNull
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setBoolean
public void setBoolean(java.lang.String p0,
boolean p1)
throws java.sql.SQLException
- Specified by:
setBoolean
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setByte
public void setByte(java.lang.String p0,
byte p1)
throws java.sql.SQLException
- Specified by:
setByte
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setShort
public void setShort(java.lang.String p0,
short p1)
throws java.sql.SQLException
- Specified by:
setShort
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setInt
public void setInt(java.lang.String p0,
int p1)
throws java.sql.SQLException
- Specified by:
setInt
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setLong
public void setLong(java.lang.String p0,
long p1)
throws java.sql.SQLException
- Specified by:
setLong
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setFloat
public void setFloat(java.lang.String p0,
float p1)
throws java.sql.SQLException
- Specified by:
setFloat
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setDouble
public void setDouble(java.lang.String p0,
double p1)
throws java.sql.SQLException
- Specified by:
setDouble
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setBigDecimal
public void setBigDecimal(java.lang.String p0,
java.math.BigDecimal p1)
throws java.sql.SQLException
- Specified by:
setBigDecimal
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setString
public void setString(java.lang.String p0,
java.lang.String p1)
throws java.sql.SQLException
- Specified by:
setString
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setBytes
public void setBytes(java.lang.String p0,
byte[] p1)
throws java.sql.SQLException
- Specified by:
setBytes
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setDate
public void setDate(java.lang.String p0,
java.sql.Date p1)
throws java.sql.SQLException
- Specified by:
setDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setTime
public void setTime(java.lang.String p0,
java.sql.Time p1)
throws java.sql.SQLException
- Specified by:
setTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setTimestamp
public void setTimestamp(java.lang.String p0,
java.sql.Timestamp p1)
throws java.sql.SQLException
- Specified by:
setTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setAsciiStream
public void setAsciiStream(java.lang.String p0,
java.io.InputStream p1,
int p2)
throws java.sql.SQLException
- Specified by:
setAsciiStream
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setBinaryStream
public void setBinaryStream(java.lang.String p0,
java.io.InputStream p1,
int p2)
throws java.sql.SQLException
- Specified by:
setBinaryStream
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setObject
public void setObject(java.lang.String p0,
java.lang.Object p1,
int p2,
int p3)
throws java.sql.SQLException
- Specified by:
setObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setObject
public void setObject(java.lang.String p0,
java.lang.Object p1,
int p2)
throws java.sql.SQLException
- Specified by:
setObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setObject
public void setObject(java.lang.String p0,
java.lang.Object p1)
throws java.sql.SQLException
- Specified by:
setObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setCharacterStream
public void setCharacterStream(java.lang.String p0,
java.io.Reader p1,
int p2)
throws java.sql.SQLException
- Specified by:
setCharacterStream
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setDate
public void setDate(java.lang.String p0,
java.sql.Date p1,
java.util.Calendar p2)
throws java.sql.SQLException
- Specified by:
setDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setTime
public void setTime(java.lang.String p0,
java.sql.Time p1,
java.util.Calendar p2)
throws java.sql.SQLException
- Specified by:
setTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setTimestamp
public void setTimestamp(java.lang.String p0,
java.sql.Timestamp p1,
java.util.Calendar p2)
throws java.sql.SQLException
- Specified by:
setTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
setNull
public void setNull(java.lang.String p0,
int p1,
java.lang.String p2)
throws java.sql.SQLException
- Specified by:
setNull
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getString
public java.lang.String getString(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getString
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBoolean
public boolean getBoolean(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getBoolean
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getByte
public byte getByte(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getByte
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getShort
public short getShort(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getShort
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getInt
public int getInt(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getInt
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getLong
public long getLong(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getLong
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getFloat
public float getFloat(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getFloat
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDouble
public double getDouble(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getDouble
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBytes
public byte[] getBytes(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getBytes
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBigDecimal
public java.math.BigDecimal getBigDecimal(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getBigDecimal
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getObject
public java.lang.Object getObject(java.lang.String p0,
java.util.Map p1)
throws java.sql.SQLException
- Specified by:
getObject
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getRef
public java.sql.Ref getRef(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getRef
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getBlob
public java.sql.Blob getBlob(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getBlob
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getClob
public java.sql.Clob getClob(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getClob
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getArray
public java.sql.Array getArray(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getArray
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getDate
public java.sql.Date getDate(java.lang.String p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
getDate
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTime
public java.sql.Time getTime(java.lang.String p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
getTime
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getTimestamp
public java.sql.Timestamp getTimestamp(java.lang.String p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
getTimestamp
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getURL
public java.net.URL getURL(java.lang.String p0)
throws java.sql.SQLException
- Specified by:
getURL
in interface java.sql.CallableStatement
- Throws:
java.sql.SQLException
getJDBC
public java.sql.Statement getJDBC()
- Returns the underlying JDBC object (in this case, a
java.sql.CallableStatement).
The returned object is a java.sql.Statement due
to inheritance reasons, so you'll need to cast
appropriately.
- Overrides:
getJDBC
in class P6PreparedStatement
- Returns:
- the wrapped JDBC object