connectionpool
Class SmartCallableStatement
java.lang.Object
|
+--connectionpool.SmartStatement
|
+--connectionpool.SmartPreparedStatement
|
+--connectionpool.SmartCallableStatement
- public class SmartCallableStatement
- extends SmartPreparedStatement
- implements Close, java.sql.CallableStatement
This class encapsulates a CallableStatement.
Dont expect me to document this class. If you want refer Sun's Documentation.
|
Method Summary |
void |
close()
|
java.sql.Array |
getArray(int p0)
|
java.math.BigDecimal |
getBigDecimal(int p0)
|
java.math.BigDecimal |
getBigDecimal(int p0,
int p1)
|
java.sql.Blob |
getBlob(int p0)
|
boolean |
getBoolean(int p0)
|
byte |
getByte(int p0)
|
byte[] |
getBytes(int p0)
|
java.sql.Clob |
getClob(int p0)
|
java.sql.Date |
getDate(int p0)
|
java.sql.Date |
getDate(int p0,
java.util.Calendar p1)
|
double |
getDouble(int p0)
|
float |
getFloat(int p0)
|
int |
getInt(int p0)
|
long |
getLong(int p0)
|
java.lang.Object |
getObject(int p0)
|
java.lang.Object |
getObject(int p0,
java.util.Map p1)
|
java.sql.Ref |
getRef(int p0)
|
short |
getShort(int p0)
|
java.lang.String |
getString(int p0)
|
java.sql.Time |
getTime(int p0)
|
java.sql.Time |
getTime(int p0,
java.util.Calendar p1)
|
java.sql.Timestamp |
getTimestamp(int p0)
|
java.sql.Timestamp |
getTimestamp(int p0,
java.util.Calendar p1)
|
boolean |
isClosed()
|
void |
registerOutParameter(int p0,
int p1)
|
void |
registerOutParameter(int p0,
int p1,
int p2)
|
void |
registerOutParameter(int p0,
int p1,
java.lang.String p2)
|
java.lang.String |
toString()
|
boolean |
wasNull()
|
| Methods inherited from class connectionpool.SmartPreparedStatement |
addBatch,
addBatch,
cancel,
clearBatch,
clearParameters,
clearWarnings,
execute,
execute,
executeBatch,
executeQuery,
executeQuery,
executeUpdate,
executeUpdate,
getConnection,
getFetchDirection,
getFetchSize,
getMaxFieldSize,
getMaxRows,
getMetaData,
getMoreResults,
getQueryTimeout,
getResultSet,
getResultSetConcurrency,
getResultSetType,
getUpdateCount,
getWarnings,
setArray,
setAsciiStream,
setBigDecimal,
setBinaryStream,
setBlob,
setBoolean,
setByte,
setBytes,
setCharacterStream,
setClob,
setCursorName,
setDate,
setDate,
setDouble,
setEscapeProcessing,
setFetchDirection,
setFetchSize,
setFloat,
setInt,
setLong,
setMaxFieldSize,
setMaxRows,
setNull,
setNull,
setObject,
setObject,
setObject,
setQueryTimeout,
setRef,
setShort,
setString,
setTime,
setTime,
setTimestamp,
setTimestamp,
setUnicodeStream |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
registerOutParameter
public void registerOutParameter(int p0,
int p1)
throws java.sql.SQLException
- Specified by:
- registerOutParameter in interface java.sql.CallableStatement
registerOutParameter
public void registerOutParameter(int p0,
int p1,
int p2)
throws java.sql.SQLException
- Specified by:
- registerOutParameter in interface java.sql.CallableStatement
wasNull
public boolean wasNull()
throws java.sql.SQLException
- Specified by:
- wasNull in interface java.sql.CallableStatement
getString
public java.lang.String getString(int p0)
throws java.sql.SQLException
- Specified by:
- getString in interface java.sql.CallableStatement
getBoolean
public boolean getBoolean(int p0)
throws java.sql.SQLException
- Specified by:
- getBoolean in interface java.sql.CallableStatement
getByte
public byte getByte(int p0)
throws java.sql.SQLException
- Specified by:
- getByte in interface java.sql.CallableStatement
getShort
public short getShort(int p0)
throws java.sql.SQLException
- Specified by:
- getShort in interface java.sql.CallableStatement
getInt
public int getInt(int p0)
throws java.sql.SQLException
- Specified by:
- getInt in interface java.sql.CallableStatement
getLong
public long getLong(int p0)
throws java.sql.SQLException
- Specified by:
- getLong in interface java.sql.CallableStatement
getFloat
public float getFloat(int p0)
throws java.sql.SQLException
- Specified by:
- getFloat in interface java.sql.CallableStatement
getDouble
public double getDouble(int p0)
throws java.sql.SQLException
- Specified by:
- getDouble in interface java.sql.CallableStatement
getBigDecimal
public java.math.BigDecimal getBigDecimal(int p0,
int p1)
throws java.sql.SQLException
- Specified by:
- getBigDecimal in interface java.sql.CallableStatement
getBytes
public byte[] getBytes(int p0)
throws java.sql.SQLException
- Specified by:
- getBytes in interface java.sql.CallableStatement
getDate
public java.sql.Date getDate(int p0)
throws java.sql.SQLException
- Specified by:
- getDate in interface java.sql.CallableStatement
getTime
public java.sql.Time getTime(int p0)
throws java.sql.SQLException
- Specified by:
- getTime in interface java.sql.CallableStatement
getTimestamp
public java.sql.Timestamp getTimestamp(int p0)
throws java.sql.SQLException
- Specified by:
- getTimestamp in interface java.sql.CallableStatement
getObject
public java.lang.Object getObject(int p0)
throws java.sql.SQLException
- Specified by:
- getObject in interface java.sql.CallableStatement
getBigDecimal
public java.math.BigDecimal getBigDecimal(int p0)
throws java.sql.SQLException
- Specified by:
- getBigDecimal in interface java.sql.CallableStatement
getObject
public java.lang.Object getObject(int p0,
java.util.Map p1)
throws java.sql.SQLException
- Specified by:
- getObject in interface java.sql.CallableStatement
getRef
public java.sql.Ref getRef(int p0)
throws java.sql.SQLException
- Specified by:
- getRef in interface java.sql.CallableStatement
getBlob
public java.sql.Blob getBlob(int p0)
throws java.sql.SQLException
- Specified by:
- getBlob in interface java.sql.CallableStatement
getClob
public java.sql.Clob getClob(int p0)
throws java.sql.SQLException
- Specified by:
- getClob in interface java.sql.CallableStatement
getArray
public java.sql.Array getArray(int p0)
throws java.sql.SQLException
- Specified by:
- getArray in interface java.sql.CallableStatement
getDate
public java.sql.Date getDate(int p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
- getDate in interface java.sql.CallableStatement
getTime
public java.sql.Time getTime(int p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
- getTime in interface java.sql.CallableStatement
getTimestamp
public java.sql.Timestamp getTimestamp(int p0,
java.util.Calendar p1)
throws java.sql.SQLException
- Specified by:
- getTimestamp in interface java.sql.CallableStatement
registerOutParameter
public void registerOutParameter(int p0,
int p1,
java.lang.String p2)
throws java.sql.SQLException
- Specified by:
- registerOutParameter in interface java.sql.CallableStatement
isClosed
public boolean isClosed()
- Specified by:
- isClosed in interface Close
- Overrides:
- isClosed in class SmartPreparedStatement
toString
public java.lang.String toString()
- Overrides:
- toString in class SmartPreparedStatement
close
public void close()
throws java.sql.SQLException
- Specified by:
- close in interface Close
- Overrides:
- close in class SmartPreparedStatement