public class DataNodeShardingCallableStatement extends DataNodeShardingPreparedStatement implements InternalShardingCallableStatement
| 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) |
protected java.util.List<java.sql.Statement> |
route()
»þµå۰ªÀ» ±âÁØÀ¸·Î ÇØ´çÇÏ´Â ³ëµåµéÀÇ PreparedStatement°´Ã¼¸¦ ¸®ÅÏÇÑ´Ù.
|
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, setQueryTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, 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, setQueryTimeoutpublic boolean wasNull()
throws java.sql.SQLException
wasNull in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(int aParameterIndex)
throws java.sql.SQLException
getString in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(int aParameterIndex)
throws java.sql.SQLException
getBoolean in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic byte getByte(int aParameterIndex)
throws java.sql.SQLException
getByte in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic short getShort(int aParameterIndex)
throws java.sql.SQLException
getShort in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic int getInt(int aParameterIndex)
throws java.sql.SQLException
getInt in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic long getLong(int aParameterIndex)
throws java.sql.SQLException
getLong in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic float getFloat(int aParameterIndex)
throws java.sql.SQLException
getFloat in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic double getDouble(int aParameterIndex)
throws java.sql.SQLException
getDouble in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aParameterIndex,
int aScale)
getBigDecimal in interface InternalShardingCallableStatementpublic byte[] getBytes(int aParameterIndex)
throws java.sql.SQLException
getBytes in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aParameterIndex)
throws java.sql.SQLException
getDate in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aParameterIndex)
throws java.sql.SQLException
getTime in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aParameterIndex)
throws java.sql.SQLException
getTimestamp in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int aParameterIndex)
throws java.sql.SQLException
getObject in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aParameterIndex)
throws java.sql.SQLException
getBigDecimal in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int aParameterIndex)
throws java.sql.SQLException
getBlob in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(int aParameterIndex)
throws java.sql.SQLException
getClob in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(java.lang.String aParameterName)
throws java.sql.SQLException
getString in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(java.lang.String aParameterName)
throws java.sql.SQLException
getBoolean in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic byte getByte(java.lang.String aParameterName)
throws java.sql.SQLException
getByte in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic short getShort(java.lang.String aParameterName)
throws java.sql.SQLException
getShort in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic int getInt(java.lang.String aParameterName)
throws java.sql.SQLException
getInt in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic long getLong(java.lang.String aParameterName)
throws java.sql.SQLException
getLong in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic float getFloat(java.lang.String aParameterName)
throws java.sql.SQLException
getFloat in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic double getDouble(java.lang.String aParameterName)
throws java.sql.SQLException
getDouble in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(java.lang.String aParameterName)
throws java.sql.SQLException
getBytes in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParameterName)
throws java.sql.SQLException
getDate in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParameterName)
throws java.sql.SQLException
getTime in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParameterName)
throws java.sql.SQLException
getTimestamp in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParameterName)
throws java.sql.SQLException
getObject in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aParameterName)
throws java.sql.SQLException
getBigDecimal in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String aParameterName)
throws java.sql.SQLException
getBlob in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String aParameterName)
throws java.sql.SQLException
getClob in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface InternalShardingCallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface InternalShardingCallableStatementjava.sql.SQLExceptionprotected java.util.List<java.sql.Statement> route()
throws java.sql.SQLException
DataNodeShardingPreparedStatementroute in class DataNodeShardingPreparedStatementjava.sql.SQLException