public abstract class AbstractMasterSlavePreparedStatementAdapter extends AbstractUnsupportedOperationPreparedStatement
PreparedStatement.CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
AbstractMasterSlavePreparedStatementAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearParameters() |
void |
setAsciiStream(int parameterIndex,
InputStream x) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
int length) |
void |
setAsciiStream(int parameterIndex,
InputStream x,
long length) |
void |
setBigDecimal(int parameterIndex,
BigDecimal x) |
void |
setBinaryStream(int parameterIndex,
InputStream x) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
int length) |
void |
setBinaryStream(int parameterIndex,
InputStream x,
long length) |
void |
setBlob(int parameterIndex,
Blob x) |
void |
setBlob(int parameterIndex,
InputStream x) |
void |
setBlob(int parameterIndex,
InputStream x,
long length) |
void |
setBoolean(int parameterIndex,
boolean x) |
void |
setByte(int parameterIndex,
byte x) |
void |
setBytes(int parameterIndex,
byte[] x) |
void |
setCharacterStream(int parameterIndex,
Reader x) |
void |
setCharacterStream(int parameterIndex,
Reader x,
int length) |
void |
setCharacterStream(int parameterIndex,
Reader x,
long length) |
void |
setClob(int parameterIndex,
Clob x) |
void |
setClob(int parameterIndex,
Reader x) |
void |
setClob(int parameterIndex,
Reader x,
long length) |
void |
setDate(int parameterIndex,
Date x) |
void |
setDate(int parameterIndex,
Date x,
Calendar cal) |
void |
setDouble(int parameterIndex,
double x) |
void |
setFloat(int parameterIndex,
float x) |
void |
setInt(int parameterIndex,
int x) |
void |
setLong(int parameterIndex,
long x) |
void |
setNull(int parameterIndex,
int sqlType) |
void |
setNull(int parameterIndex,
int sqlType,
String typeName) |
void |
setObject(int parameterIndex,
Object x) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType) |
void |
setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength) |
void |
setShort(int parameterIndex,
short x) |
void |
setSQLXML(int parameterIndex,
SQLXML x) |
void |
setString(int parameterIndex,
String x) |
void |
setTime(int parameterIndex,
Time x) |
void |
setTime(int parameterIndex,
Time x,
Calendar cal) |
void |
setTimestamp(int parameterIndex,
Timestamp x) |
void |
setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal) |
void |
setUnicodeStream(int parameterIndex,
InputStream x,
int length) |
void |
setURL(int parameterIndex,
URL x) |
execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getMetaData, getParameterMetaData, setArray, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRef, setRowIdcancel, clearWarnings, close, getFetchSize, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getRoutedStatements, getUpdateCount, getWarnings, isClosed, isPoolable, setEscapeProcessing, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutaddBatch, clearBatch, closeOnCompletion, executeBatch, getFetchDirection, isCloseOnCompletion, setCursorName, setFetchDirectionisWrapperFor, recordMethodInvocation, replayMethodsInvocation, throwSQLExceptionIfNecessary, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBatch, execute, executeLargeUpdate, executeQuery, executeUpdate, setObject, setObjectaddBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, 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, setQueryTimeoutisWrapperFor, unwrappublic AbstractMasterSlavePreparedStatementAdapter()
public final void setNull(int parameterIndex,
int sqlType)
throws SQLException
SQLExceptionpublic final void setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
SQLExceptionpublic final void setBoolean(int parameterIndex,
boolean x)
throws SQLException
SQLExceptionpublic final void setByte(int parameterIndex,
byte x)
throws SQLException
SQLExceptionpublic final void setShort(int parameterIndex,
short x)
throws SQLException
SQLExceptionpublic final void setInt(int parameterIndex,
int x)
throws SQLException
SQLExceptionpublic final void setLong(int parameterIndex,
long x)
throws SQLException
SQLExceptionpublic final void setFloat(int parameterIndex,
float x)
throws SQLException
SQLExceptionpublic final void setDouble(int parameterIndex,
double x)
throws SQLException
SQLExceptionpublic final void setString(int parameterIndex,
String x)
throws SQLException
SQLExceptionpublic final void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
SQLExceptionpublic final void setDate(int parameterIndex,
Date x)
throws SQLException
SQLExceptionpublic final void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
SQLExceptionpublic final void setTime(int parameterIndex,
Time x)
throws SQLException
SQLExceptionpublic final void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
SQLExceptionpublic final void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
SQLExceptionpublic final void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
SQLExceptionpublic final void setBytes(int parameterIndex,
byte[] x)
throws SQLException
SQLExceptionpublic final void setBlob(int parameterIndex,
Blob x)
throws SQLException
SQLExceptionpublic final void setBlob(int parameterIndex,
InputStream x)
throws SQLException
SQLExceptionpublic final void setBlob(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLExceptionpublic final void setClob(int parameterIndex,
Clob x)
throws SQLException
SQLExceptionpublic final void setClob(int parameterIndex,
Reader x)
throws SQLException
SQLExceptionpublic final void setClob(int parameterIndex,
Reader x,
long length)
throws SQLException
SQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x)
throws SQLException
SQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic final void setAsciiStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLExceptionpublic final void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x)
throws SQLException
SQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
SQLExceptionpublic final void setBinaryStream(int parameterIndex,
InputStream x,
long length)
throws SQLException
SQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader x)
throws SQLException
SQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader x,
int length)
throws SQLException
SQLExceptionpublic final void setCharacterStream(int parameterIndex,
Reader x,
long length)
throws SQLException
SQLExceptionpublic void setSQLXML(int parameterIndex,
SQLXML x)
throws SQLException
SQLExceptionpublic void setURL(int parameterIndex,
URL x)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
SQLExceptionpublic void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scaleOrLength)
throws SQLException
SQLExceptionpublic final void clearParameters()
throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.