public interface InternalShardingPreparedStatement extends InternalShardingStatement
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch() |
void |
clearBatch() |
void |
clearParameters() |
boolean |
execute() |
int[] |
executeBatch() |
java.sql.ResultSet |
executeQuery() |
int |
executeUpdate() |
java.sql.ResultSetMetaData |
getMetaData() |
java.sql.ParameterMetaData |
getParameterMetaData() |
void |
rePrepare(CmProtocolContextShardStmt aShardStmtCtx) |
void |
setAsciiStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength) |
void |
setBigDecimal(int aParameterIndex,
java.math.BigDecimal aValue) |
void |
setBinaryStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength) |
void |
setBlob(int aParameterIndex,
java.sql.Blob aValue) |
void |
setBoolean(int aParameterIndex,
boolean aValue) |
void |
setByte(int aParameterIndex,
byte aValue) |
void |
setBytes(int aParameterIndex,
byte[] aValue) |
void |
setCharacterStream(int aParameterIndex,
java.io.Reader aReader,
int aLength) |
void |
setClob(int aParameterIndex,
java.sql.Clob aValue) |
void |
setDate(int aParameterIndex,
java.sql.Date aValue) |
void |
setDate(int aParameterIndex,
java.sql.Date aValue,
java.util.Calendar aCal) |
void |
setDouble(int aParameterIndex,
double aValue) |
void |
setFloat(int aParameterIndex,
float aValue) |
void |
setInt(int aParameterIndex,
int aValue) |
void |
setLong(int aParameterIndex,
long aValue) |
void |
setNull(int aParameterIndex,
int aSqlType) |
void |
setNull(int aParameterIndex,
int aSqlType,
java.lang.String aTypeName) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType) |
void |
setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType,
int aScale) |
void |
setShort(int aParameterIndex,
short aValue) |
void |
setString(int aParameterIndex,
java.lang.String aValue) |
void |
setTime(int aParameterIndex,
java.sql.Time aValue) |
void |
setTime(int aParameterIndex,
java.sql.Time aValue,
java.util.Calendar aCal) |
void |
setTimestamp(int aParameterIndex,
java.sql.Timestamp aValue) |
void |
setTimestamp(int aParameterIndex,
java.sql.Timestamp aValue,
java.util.Calendar aCal) |
cancel, clearForGeneratedKeys, clearWarnings, close, getConnection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getUpdateCount, getWarnings, hasNoData, isPrepared, makeQstrForGeneratedKeys, setCursorName, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeoutjava.sql.ResultSet executeQuery()
throws java.sql.SQLException
java.sql.SQLExceptionint executeUpdate()
throws java.sql.SQLException
java.sql.SQLExceptionint[] executeBatch()
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearParameters()
throws java.sql.SQLException
java.sql.SQLExceptionboolean execute()
throws java.sql.SQLException
java.sql.SQLExceptionvoid addBatch()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ResultSetMetaData getMetaData()
throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.ParameterMetaData getParameterMetaData()
throws java.sql.SQLException
java.sql.SQLExceptionvoid clearBatch()
throws java.sql.SQLException
java.sql.SQLExceptionvoid rePrepare(CmProtocolContextShardStmt aShardStmtCtx) throws java.sql.SQLException
java.sql.SQLExceptionvoid setInt(int aParameterIndex,
int aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setNull(int aParameterIndex,
int aSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setNull(int aParameterIndex,
int aSqlType,
java.lang.String aTypeName)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setBoolean(int aParameterIndex,
boolean aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setByte(int aParameterIndex,
byte aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setShort(int aParameterIndex,
short aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setLong(int aParameterIndex,
long aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setFloat(int aParameterIndex,
float aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setDouble(int aParameterIndex,
double aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setBigDecimal(int aParameterIndex,
java.math.BigDecimal aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setString(int aParameterIndex,
java.lang.String aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setBytes(int aParameterIndex,
byte[] aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setDate(int aParameterIndex,
java.sql.Date aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setDate(int aParameterIndex,
java.sql.Date aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setTime(int aParameterIndex,
java.sql.Time aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setTime(int aParameterIndex,
java.sql.Time aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setTimestamp(int aParameterIndex,
java.sql.Timestamp aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setTimestamp(int aParameterIndex,
java.sql.Timestamp aValue,
java.util.Calendar aCal)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setAsciiStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setBinaryStream(int aParameterIndex,
java.io.InputStream aValue,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType,
int aScale)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setObject(int aParameterIndex,
java.lang.Object aValue,
int aTargetSqlType)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setCharacterStream(int aParameterIndex,
java.io.Reader aReader,
int aLength)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setBlob(int aParameterIndex,
java.sql.Blob aValue)
throws java.sql.SQLException
java.sql.SQLExceptionvoid setClob(int aParameterIndex,
java.sql.Clob aValue)
throws java.sql.SQLException
java.sql.SQLException