public abstract class SynchronizedFilterPreparedStatement extends Object implements PreparedStatement
| Modifier and Type | Field and Description |
|---|---|
protected PreparedStatement |
inner |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO| Constructor and Description |
|---|
SynchronizedFilterPreparedStatement() |
SynchronizedFilterPreparedStatement(PreparedStatement inner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetAsciiStream, setAsciiStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setCharacterStream, setCharacterStream, setClob, setClob, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setRowId, setSQLXMLcloseOnCompletion, isClosed, isCloseOnCompletion, isPoolable, setPoolableisWrapperFor, unwrapprotected PreparedStatement inner
public SynchronizedFilterPreparedStatement(PreparedStatement inner)
public SynchronizedFilterPreparedStatement()
public void setInner(PreparedStatement inner)
public PreparedStatement getInner()
public ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface PreparedStatementSQLExceptionpublic ResultSet executeQuery() throws SQLException
executeQuery in interface PreparedStatementSQLExceptionpublic int executeUpdate()
throws SQLException
executeUpdate in interface PreparedStatementSQLExceptionpublic void addBatch()
throws SQLException
addBatch in interface PreparedStatementSQLExceptionpublic void setNull(int a,
int b,
String c)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic void setNull(int a,
int b)
throws SQLException
setNull in interface PreparedStatementSQLExceptionpublic void setBigDecimal(int a,
BigDecimal b)
throws SQLException
setBigDecimal in interface PreparedStatementSQLExceptionpublic void setBytes(int a,
byte[] b)
throws SQLException
setBytes in interface PreparedStatementSQLExceptionpublic void setTimestamp(int a,
Timestamp b,
Calendar c)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic void setTimestamp(int a,
Timestamp b)
throws SQLException
setTimestamp in interface PreparedStatementSQLExceptionpublic void setAsciiStream(int a,
InputStream b,
int c)
throws SQLException
setAsciiStream in interface PreparedStatementSQLExceptionpublic void setUnicodeStream(int a,
InputStream b,
int c)
throws SQLException
setUnicodeStream in interface PreparedStatementSQLExceptionpublic void setBinaryStream(int a,
InputStream b,
int c)
throws SQLException
setBinaryStream in interface PreparedStatementSQLExceptionpublic void clearParameters()
throws SQLException
clearParameters in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b,
int c,
int d)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setObject(int a,
Object b,
int c)
throws SQLException
setObject in interface PreparedStatementSQLExceptionpublic void setCharacterStream(int a,
Reader b,
int c)
throws SQLException
setCharacterStream in interface PreparedStatementSQLExceptionpublic void setRef(int a,
Ref b)
throws SQLException
setRef in interface PreparedStatementSQLExceptionpublic void setBlob(int a,
Blob b)
throws SQLException
setBlob in interface PreparedStatementSQLExceptionpublic void setClob(int a,
Clob b)
throws SQLException
setClob in interface PreparedStatementSQLExceptionpublic void setArray(int a,
Array b)
throws SQLException
setArray in interface PreparedStatementSQLExceptionpublic ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData in interface PreparedStatementSQLExceptionpublic void setBoolean(int a,
boolean b)
throws SQLException
setBoolean in interface PreparedStatementSQLExceptionpublic void setByte(int a,
byte b)
throws SQLException
setByte in interface PreparedStatementSQLExceptionpublic void setShort(int a,
short b)
throws SQLException
setShort in interface PreparedStatementSQLExceptionpublic void setInt(int a,
int b)
throws SQLException
setInt in interface PreparedStatementSQLExceptionpublic void setLong(int a,
long b)
throws SQLException
setLong in interface PreparedStatementSQLExceptionpublic void setFloat(int a,
float b)
throws SQLException
setFloat in interface PreparedStatementSQLExceptionpublic void setDouble(int a,
double b)
throws SQLException
setDouble in interface PreparedStatementSQLExceptionpublic void setURL(int a,
URL b)
throws SQLException
setURL in interface PreparedStatementSQLExceptionpublic void setTime(int a,
Time b)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic void setTime(int a,
Time b,
Calendar c)
throws SQLException
setTime in interface PreparedStatementSQLExceptionpublic boolean execute()
throws SQLException
execute in interface PreparedStatementSQLExceptionpublic void setString(int a,
String b)
throws SQLException
setString in interface PreparedStatementSQLExceptionpublic void setDate(int a,
Date b,
Calendar c)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic void setDate(int a,
Date b)
throws SQLException
setDate in interface PreparedStatementSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings in interface StatementSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings in interface StatementSQLExceptionpublic void setFetchDirection(int a)
throws SQLException
setFetchDirection in interface StatementSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface StatementSQLExceptionpublic void setFetchSize(int a)
throws SQLException
setFetchSize in interface StatementSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface StatementSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability in interface StatementSQLExceptionpublic ResultSet executeQuery(String a) throws SQLException
executeQuery in interface StatementSQLExceptionpublic int executeUpdate(String a, int b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a, String[] b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a, int[] b) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int executeUpdate(String a) throws SQLException
executeUpdate in interface StatementSQLExceptionpublic int getMaxFieldSize()
throws SQLException
getMaxFieldSize in interface StatementSQLExceptionpublic void setMaxFieldSize(int a)
throws SQLException
setMaxFieldSize in interface StatementSQLExceptionpublic int getMaxRows()
throws SQLException
getMaxRows in interface StatementSQLExceptionpublic void setMaxRows(int a)
throws SQLException
setMaxRows in interface StatementSQLExceptionpublic void setEscapeProcessing(boolean a)
throws SQLException
setEscapeProcessing in interface StatementSQLExceptionpublic int getQueryTimeout()
throws SQLException
getQueryTimeout in interface StatementSQLExceptionpublic void setQueryTimeout(int a)
throws SQLException
setQueryTimeout in interface StatementSQLExceptionpublic void setCursorName(String a) throws SQLException
setCursorName in interface StatementSQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet in interface StatementSQLExceptionpublic int getUpdateCount()
throws SQLException
getUpdateCount in interface StatementSQLExceptionpublic boolean getMoreResults()
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic boolean getMoreResults(int a)
throws SQLException
getMoreResults in interface StatementSQLExceptionpublic int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency in interface StatementSQLExceptionpublic int getResultSetType()
throws SQLException
getResultSetType in interface StatementSQLExceptionpublic void addBatch(String a) throws SQLException
addBatch in interface StatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch in interface StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch in interface StatementSQLExceptionpublic ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys in interface StatementSQLExceptionpublic void close()
throws SQLException
close in interface AutoCloseableclose in interface StatementSQLExceptionpublic boolean execute(String a, int b) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a, int[] b) throws SQLException
execute in interface StatementSQLExceptionpublic boolean execute(String a, String[] b) throws SQLException
execute in interface StatementSQLExceptionpublic Connection getConnection() throws SQLException
getConnection in interface StatementSQLExceptionpublic void cancel()
throws SQLException
cancel in interface StatementSQLException