public class AltibaseShardingCallableStatement extends AltibaseShardingPreparedStatement implements java.sql.CallableStatement
| Modifier and Type | Method and Description |
|---|---|
protected void |
createDataNodeStatement() |
protected void |
createServerSideStatement() |
java.sql.Array |
getArray(int aParameterIndex) |
java.sql.Array |
getArray(java.lang.String aParameterName) |
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(int aParameterIndex,
java.util.Map<java.lang.String,java.lang.Class<?>> aMap) |
java.lang.Object |
getObject(java.lang.String aParameterName) |
java.lang.Object |
getObject(java.lang.String aParameterName,
java.util.Map<java.lang.String,java.lang.Class<?>> aMap) |
java.sql.Ref |
getRef(int aParameterIndex) |
java.sql.Ref |
getRef(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) |
java.net.URL |
getURL(int aParameterIndex) |
java.net.URL |
getURL(java.lang.String aParameterName) |
void |
registerOutParameter(int aParameterIndex,
int aSqlType) |
void |
registerOutParameter(int aParameterIndex,
int aSqlType,
int aScale) |
void |
registerOutParameter(int aParameterIndex,
int aSqlType,
java.lang.String aTypeName) |
void |
registerOutParameter(java.lang.String aParameterName,
int aSqlType) |
void |
registerOutParameter(java.lang.String aParameterName,
int aSqlType,
int aScale) |
void |
registerOutParameter(java.lang.String aParameterName,
int aSqlType,
java.lang.String aTypeName) |
void |
setAsciiStream(java.lang.String aParameterName,
java.io.InputStream aStream,
int aLength) |
void |
setBigDecimal(java.lang.String aParameterName,
java.math.BigDecimal aValue) |
void |
setBinaryStream(java.lang.String aParameterName,
java.io.InputStream aStream,
int aLength) |
void |
setBoolean(java.lang.String aParameterName,
boolean aValue) |
void |
setByte(java.lang.String aParameterName,
byte aValue) |
void |
setBytes(java.lang.String aParameterName,
byte[] aValue) |
void |
setCharacterStream(java.lang.String aParameterName,
java.io.Reader aReader,
int aLength) |
void |
setDate(java.lang.String aParameterName,
java.sql.Date aValue) |
void |
setDate(java.lang.String aParameterName,
java.sql.Date aValue,
java.util.Calendar aCal) |
void |
setDouble(java.lang.String aParameterName,
double aValue) |
void |
setFloat(java.lang.String aParameterName,
float aValue) |
void |
setInt(java.lang.String aParameterName,
int aValue) |
void |
setLong(java.lang.String aParameterName,
long aValue) |
void |
setNull(java.lang.String aParameterName,
int aSqlType) |
void |
setNull(java.lang.String aParameterName,
int aSqlType,
java.lang.String aTypeName) |
void |
setObject(java.lang.String aParameterName,
java.lang.Object aValue) |
void |
setObject(java.lang.String aParameterName,
java.lang.Object aValue,
int aTargetSqlType) |
void |
setObject(java.lang.String aParameterName,
java.lang.Object aValue,
int aTargetSqlType,
int aScale) |
void |
setShort(java.lang.String aParameterName,
short aValue) |
void |
setString(java.lang.String aParameterName,
java.lang.String aValue) |
void |
setTime(java.lang.String aParameterName,
java.sql.Time aValue) |
void |
setTime(java.lang.String aParameterName,
java.sql.Time aValue,
java.util.Calendar aCal) |
void |
setTimestamp(java.lang.String aParameterName,
java.sql.Timestamp aValue) |
void |
setTimestamp(java.lang.String aParameterName,
java.sql.Timestamp aValue,
java.util.Calendar aCal) |
void |
setURL(java.lang.String aParameterName,
java.net.URL val) |
boolean |
wasNull() |
addBatch, clearBatch, clearParameters, execute, execute, execute, execute, execute, executeBatch, executeQuery, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, 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, setURLaddBatch, cancel, clearWarnings, close, createInternalStatement, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMetaConn, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, hasNoData, isPrepared, removeFromStmtRouteMap, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout, setShardMetaNumber, setSqlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCharacterStream, getCharacterStream, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRowId, getRowId, getSQLXML, getSQLXML, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, registerOutParameter, setAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setObject, setObject, setRowId, setSQLXMLaddBatch, clearParameters, execute, executeLargeUpdate, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURLaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutprotected void createServerSideStatement()
throws java.sql.SQLException
createServerSideStatement in class AltibaseShardingStatementjava.sql.SQLExceptionprotected void createDataNodeStatement()
throws java.sql.SQLException
createDataNodeStatement in class AltibaseShardingStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aParameterIndex,
int aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aParameterIndex,
int aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(int aParameterIndex,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParameterName,
int aSqlType)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParameterName,
int aSqlType,
int aScale)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void registerOutParameter(java.lang.String aParameterName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
registerOutParameter in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean wasNull()
throws java.sql.SQLException
wasNull in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(int aParameterIndex)
throws java.sql.SQLException
getString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.String getString(java.lang.String aParameterName)
throws java.sql.SQLException
getString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(int aParameterIndex)
throws java.sql.SQLException
getBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic boolean getBoolean(java.lang.String aParameterName)
throws java.sql.SQLException
getBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(int aParameterIndex)
throws java.sql.SQLException
getByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte getByte(java.lang.String aParameterName)
throws java.sql.SQLException
getByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(int aParameterIndex)
throws java.sql.SQLException
getShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic short getShort(java.lang.String aParameterName)
throws java.sql.SQLException
getShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(int aParameterIndex)
throws java.sql.SQLException
getInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic int getInt(java.lang.String aParameterName)
throws java.sql.SQLException
getInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(int aParameterIndex)
throws java.sql.SQLException
getLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic long getLong(java.lang.String aParameterName)
throws java.sql.SQLException
getLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(int aParameterIndex)
throws java.sql.SQLException
getFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic float getFloat(java.lang.String aParameterName)
throws java.sql.SQLException
getFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(int aParameterIndex)
throws java.sql.SQLException
getDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic double getDouble(java.lang.String aParameterName)
throws java.sql.SQLException
getDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aParameterIndex,
int aScale)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(int aParameterIndex)
throws java.sql.SQLException
getBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic byte[] getBytes(java.lang.String aParameterName)
throws java.sql.SQLException
getBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aParameterIndex)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(java.lang.String aParameterName)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aParameterIndex)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParameterName)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aParameterIndex)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParameterName)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(java.lang.String aParameterName,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int aParameterIndex)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParameterName)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(int aParameterIndex)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.math.BigDecimal getBigDecimal(java.lang.String aParameterName)
throws java.sql.SQLException
getBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(int aParameterIndex,
java.util.Map<java.lang.String,java.lang.Class<?>> aMap)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.lang.Object getObject(java.lang.String aParameterName,
java.util.Map<java.lang.String,java.lang.Class<?>> aMap)
throws java.sql.SQLException
getObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(int aParameterIndex)
throws java.sql.SQLException
getRef in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Ref getRef(java.lang.String aParameterName)
throws java.sql.SQLException
getRef in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(int aParameterIndex)
throws java.sql.SQLException
getBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Blob getBlob(java.lang.String aParameterName)
throws java.sql.SQLException
getBlob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(int aParameterIndex)
throws java.sql.SQLException
getClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Clob getClob(java.lang.String aParameterName)
throws java.sql.SQLException
getClob in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Array getArray(int aParameterIndex)
throws java.sql.SQLException
getArray in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Array getArray(java.lang.String aParameterName)
throws java.sql.SQLException
getArray in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Date getDate(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Time getTime(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.sql.Timestamp getTimestamp(int aParameterIndex,
java.util.Calendar aCal)
throws java.sql.SQLException
getTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(int aParameterIndex)
throws java.sql.SQLException
getURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic java.net.URL getURL(java.lang.String aParameterName)
throws java.sql.SQLException
getURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setURL(java.lang.String aParameterName,
java.net.URL val)
throws java.sql.SQLException
setURL in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String aParameterName,
int aSqlType)
throws java.sql.SQLException
setNull in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBoolean(java.lang.String aParameterName,
boolean aValue)
throws java.sql.SQLException
setBoolean in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setByte(java.lang.String aParameterName,
byte aValue)
throws java.sql.SQLException
setByte in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setShort(java.lang.String aParameterName,
short aValue)
throws java.sql.SQLException
setShort in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setInt(java.lang.String aParameterName,
int aValue)
throws java.sql.SQLException
setInt in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setLong(java.lang.String aParameterName,
long aValue)
throws java.sql.SQLException
setLong in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setFloat(java.lang.String aParameterName,
float aValue)
throws java.sql.SQLException
setFloat in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDouble(java.lang.String aParameterName,
double aValue)
throws java.sql.SQLException
setDouble in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBigDecimal(java.lang.String aParameterName,
java.math.BigDecimal aValue)
throws java.sql.SQLException
setBigDecimal in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setString(java.lang.String aParameterName,
java.lang.String aValue)
throws java.sql.SQLException
setString in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBytes(java.lang.String aParameterName,
byte[] aValue)
throws java.sql.SQLException
setBytes in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String aParameterName,
java.sql.Date aValue)
throws java.sql.SQLException
setDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String aParameterName,
java.sql.Time aValue)
throws java.sql.SQLException
setTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParameterName,
java.sql.Timestamp aValue)
throws java.sql.SQLException
setTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setAsciiStream(java.lang.String aParameterName,
java.io.InputStream aStream,
int aLength)
throws java.sql.SQLException
setAsciiStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setBinaryStream(java.lang.String aParameterName,
java.io.InputStream aStream,
int aLength)
throws java.sql.SQLException
setBinaryStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParameterName,
java.lang.Object aValue,
int aTargetSqlType,
int aScale)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParameterName,
java.lang.Object aValue,
int aTargetSqlType)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setObject(java.lang.String aParameterName,
java.lang.Object aValue)
throws java.sql.SQLException
setObject in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setCharacterStream(java.lang.String aParameterName,
java.io.Reader aReader,
int aLength)
throws java.sql.SQLException
setCharacterStream in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setDate(java.lang.String aParameterName,
java.sql.Date aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
setDate in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTime(java.lang.String aParameterName,
java.sql.Time aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
setTime in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setTimestamp(java.lang.String aParameterName,
java.sql.Timestamp aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
setTimestamp in interface java.sql.CallableStatementjava.sql.SQLExceptionpublic void setNull(java.lang.String aParameterName,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
setNull in interface java.sql.CallableStatementjava.sql.SQLException