public interface InternalShardingCallableStatement extends InternalShardingPreparedStatement
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getBigDecimal(int aParameterIndex) |
java.math.BigDecimal |
getBigDecimal(int aParameterIndex,
int aScale) |
java.math.BigDecimal |
getBigDecimal(java.lang.String aParameterName) |
java.sql.Blob |
getBlob(int aParameterIndex) |
java.sql.Blob |
getBlob(java.lang.String aParameterName) |
boolean |
getBoolean(int aParameterIndex) |
boolean |
getBoolean(java.lang.String aParameterName) |
byte |
getByte(int aParameterIndex) |
byte |
getByte(java.lang.String aParameterName) |
byte[] |
getBytes(int aParameterIndex) |
byte[] |
getBytes(java.lang.String aParameterName) |
java.sql.Clob |
getClob(int aParameterIndex) |
java.sql.Clob |
getClob(java.lang.String aParameterName) |
java.sql.Date |
getDate(int aParameterIndex) |
java.sql.Date |
getDate(int aParameterIndex,
java.util.Calendar aCal) |
java.sql.Date |
getDate(java.lang.String aParameterName) |
java.sql.Date |
getDate(java.lang.String aParameterName,
java.util.Calendar aCal) |
double |
getDouble(int aParameterIndex) |
double |
getDouble(java.lang.String aParameterName) |
float |
getFloat(int aParameterIndex) |
float |
getFloat(java.lang.String aParameterName) |
int |
getInt(int aParameterIndex) |
int |
getInt(java.lang.String aParameterName) |
long |
getLong(int aParameterIndex) |
long |
getLong(java.lang.String aParameterName) |
java.lang.Object |
getObject(int aParameterIndex) |
java.lang.Object |
getObject(java.lang.String aParameterName) |
short |
getShort(int aParameterIndex) |
short |
getShort(java.lang.String aParameterName) |
java.lang.String |
getString(int aParameterIndex) |
java.lang.String |
getString(java.lang.String aParameterName) |
java.sql.Time |
getTime(int aParameterIndex) |
java.sql.Time |
getTime(int aParameterIndex,
java.util.Calendar aCal) |
java.sql.Time |
getTime(java.lang.String aParameterName) |
java.sql.Time |
getTime(java.lang.String aParameterName,
java.util.Calendar aCal) |
java.sql.Timestamp |
getTimestamp(int aParameterIndex) |
java.sql.Timestamp |
getTimestamp(int aParameterIndex,
java.util.Calendar aCal) |
java.sql.Timestamp |
getTimestamp(java.lang.String aParameterName) |
java.sql.Timestamp |
getTimestamp(java.lang.String aParameterName,
java.util.Calendar aCal) |
boolean |
wasNull() |
addBatch, clearBatch, clearParameters, execute, executeBatch, executeQuery, executeUpdate, getMetaData, getParameterMetaData, rePrepare, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setShort, setString, setTime, setTime, setTimestamp, setTimestampcancel, clearForGeneratedKeys, clearWarnings, close, getConnection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getUpdateCount, getWarnings, hasNoData, isPrepared, makeQstrForGeneratedKeys, setCursorName, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutboolean wasNull()
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getString(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionboolean getBoolean(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionbyte getByte(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionshort getShort(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionint getInt(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionlong getLong(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionfloat getFloat(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptiondouble getDouble(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigDecimal getBigDecimal(int aParameterIndex,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionbyte[] getBytes(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date getDate(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time getTime(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp getTimestamp(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Object getObject(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigDecimal getBigDecimal(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Blob getBlob(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Clob getClob(int aParameterIndex)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date getDate(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time getTime(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp getTimestamp(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getString(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionboolean getBoolean(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionbyte getByte(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionshort getShort(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionint getInt(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionlong getLong(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionfloat getFloat(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptiondouble getDouble(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionbyte[] getBytes(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date getDate(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time getTime(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp getTimestamp(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.Object getObject(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.math.BigDecimal getBigDecimal(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Blob getBlob(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Clob getClob(java.lang.String aParameterName)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Date getDate(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Time getTime(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Timestamp getTimestamp(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLException