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, wait
executeLargeUpdate, setObject, setObject
executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getLargeMaxRows, getLargeUpdateCount, setLargeMaxRows
protected PreparedStatement inner
public SynchronizedFilterPreparedStatement(PreparedStatement inner)
public SynchronizedFilterPreparedStatement()
public void setInner(PreparedStatement inner)
public PreparedStatement getInner()
public boolean execute() throws SQLException
execute
in interface PreparedStatement
SQLException
public ResultSetMetaData getMetaData() throws SQLException
getMetaData
in interface PreparedStatement
SQLException
public void setArray(int a, Array b) throws SQLException
setArray
in interface PreparedStatement
SQLException
public void addBatch() throws SQLException
addBatch
in interface PreparedStatement
SQLException
public ResultSet executeQuery() throws SQLException
executeQuery
in interface PreparedStatement
SQLException
public int executeUpdate() throws SQLException
executeUpdate
in interface PreparedStatement
SQLException
public void clearParameters() throws SQLException
clearParameters
in interface PreparedStatement
SQLException
public ParameterMetaData getParameterMetaData() throws SQLException
getParameterMetaData
in interface PreparedStatement
SQLException
public void setAsciiStream(int a, InputStream b, long c) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setAsciiStream(int a, InputStream b) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setAsciiStream(int a, InputStream b, int c) throws SQLException
setAsciiStream
in interface PreparedStatement
SQLException
public void setBigDecimal(int a, BigDecimal b) throws SQLException
setBigDecimal
in interface PreparedStatement
SQLException
public void setBinaryStream(int a, InputStream b, int c) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBinaryStream(int a, InputStream b, long c) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBinaryStream(int a, InputStream b) throws SQLException
setBinaryStream
in interface PreparedStatement
SQLException
public void setBlob(int a, InputStream b, long c) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setBlob(int a, Blob b) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setBlob(int a, InputStream b) throws SQLException
setBlob
in interface PreparedStatement
SQLException
public void setBytes(int a, byte[] b) throws SQLException
setBytes
in interface PreparedStatement
SQLException
public void setCharacterStream(int a, Reader b) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setCharacterStream(int a, Reader b, int c) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setCharacterStream(int a, Reader b, long c) throws SQLException
setCharacterStream
in interface PreparedStatement
SQLException
public void setClob(int a, Reader b, long c) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setClob(int a, Reader b) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setClob(int a, Clob b) throws SQLException
setClob
in interface PreparedStatement
SQLException
public void setDate(int a, Date b) throws SQLException
setDate
in interface PreparedStatement
SQLException
public void setDate(int a, Date b, Calendar c) throws SQLException
setDate
in interface PreparedStatement
SQLException
public void setNCharacterStream(int a, Reader b, long c) throws SQLException
setNCharacterStream
in interface PreparedStatement
SQLException
public void setNCharacterStream(int a, Reader b) throws SQLException
setNCharacterStream
in interface PreparedStatement
SQLException
public void setNClob(int a, Reader b) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNClob(int a, Reader b, long c) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNClob(int a, NClob b) throws SQLException
setNClob
in interface PreparedStatement
SQLException
public void setNString(int a, String b) throws SQLException
setNString
in interface PreparedStatement
SQLException
public void setNull(int a, int b) throws SQLException
setNull
in interface PreparedStatement
SQLException
public void setNull(int a, int b, String c) throws SQLException
setNull
in interface PreparedStatement
SQLException
public void setObject(int a, Object b, int c) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setObject(int a, Object b, int c, int d) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setObject(int a, Object b) throws SQLException
setObject
in interface PreparedStatement
SQLException
public void setRef(int a, Ref b) throws SQLException
setRef
in interface PreparedStatement
SQLException
public void setRowId(int a, RowId b) throws SQLException
setRowId
in interface PreparedStatement
SQLException
public void setSQLXML(int a, SQLXML b) throws SQLException
setSQLXML
in interface PreparedStatement
SQLException
public void setString(int a, String b) throws SQLException
setString
in interface PreparedStatement
SQLException
public void setUnicodeStream(int a, InputStream b, int c) throws SQLException
setUnicodeStream
in interface PreparedStatement
SQLException
public void setBoolean(int a, boolean b) throws SQLException
setBoolean
in interface PreparedStatement
SQLException
public void setByte(int a, byte b) throws SQLException
setByte
in interface PreparedStatement
SQLException
public void setDouble(int a, double b) throws SQLException
setDouble
in interface PreparedStatement
SQLException
public void setFloat(int a, float b) throws SQLException
setFloat
in interface PreparedStatement
SQLException
public void setInt(int a, int b) throws SQLException
setInt
in interface PreparedStatement
SQLException
public void setLong(int a, long b) throws SQLException
setLong
in interface PreparedStatement
SQLException
public void setShort(int a, short b) throws SQLException
setShort
in interface PreparedStatement
SQLException
public void setTimestamp(int a, Timestamp b, Calendar c) throws SQLException
setTimestamp
in interface PreparedStatement
SQLException
public void setTimestamp(int a, Timestamp b) throws SQLException
setTimestamp
in interface PreparedStatement
SQLException
public void setURL(int a, URL b) throws SQLException
setURL
in interface PreparedStatement
SQLException
public void setTime(int a, Time b, Calendar c) throws SQLException
setTime
in interface PreparedStatement
SQLException
public void setTime(int a, Time b) throws SQLException
setTime
in interface PreparedStatement
SQLException
public boolean execute(String a, int b) throws SQLException
execute
in interface Statement
SQLException
public boolean execute(String a, String[] b) throws SQLException
execute
in interface Statement
SQLException
public boolean execute(String a) throws SQLException
execute
in interface Statement
SQLException
public boolean execute(String a, int[] b) throws SQLException
execute
in interface Statement
SQLException
public void clearWarnings() throws SQLException
clearWarnings
in interface Statement
SQLException
public SQLWarning getWarnings() throws SQLException
getWarnings
in interface Statement
SQLException
public boolean isClosed() throws SQLException
isClosed
in interface Statement
SQLException
public int getFetchDirection() throws SQLException
getFetchDirection
in interface Statement
SQLException
public int getFetchSize() throws SQLException
getFetchSize
in interface Statement
SQLException
public void setFetchDirection(int a) throws SQLException
setFetchDirection
in interface Statement
SQLException
public void setFetchSize(int a) throws SQLException
setFetchSize
in interface Statement
SQLException
public Connection getConnection() throws SQLException
getConnection
in interface Statement
SQLException
public int getResultSetHoldability() throws SQLException
getResultSetHoldability
in interface Statement
SQLException
public void addBatch(String a) throws SQLException
addBatch
in interface Statement
SQLException
public void cancel() throws SQLException
cancel
in interface Statement
SQLException
public void clearBatch() throws SQLException
clearBatch
in interface Statement
SQLException
public void closeOnCompletion() throws SQLException
closeOnCompletion
in interface Statement
SQLException
public int[] executeBatch() throws SQLException
executeBatch
in interface Statement
SQLException
public ResultSet executeQuery(String a) throws SQLException
executeQuery
in interface Statement
SQLException
public int executeUpdate(String a, int[] b) throws SQLException
executeUpdate
in interface Statement
SQLException
public int executeUpdate(String a, String[] b) throws SQLException
executeUpdate
in interface Statement
SQLException
public int executeUpdate(String a) throws SQLException
executeUpdate
in interface Statement
SQLException
public int executeUpdate(String a, int b) throws SQLException
executeUpdate
in interface Statement
SQLException
public ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys
in interface Statement
SQLException
public int getMaxFieldSize() throws SQLException
getMaxFieldSize
in interface Statement
SQLException
public int getMaxRows() throws SQLException
getMaxRows
in interface Statement
SQLException
public boolean getMoreResults() throws SQLException
getMoreResults
in interface Statement
SQLException
public boolean getMoreResults(int a) throws SQLException
getMoreResults
in interface Statement
SQLException
public int getQueryTimeout() throws SQLException
getQueryTimeout
in interface Statement
SQLException
public ResultSet getResultSet() throws SQLException
getResultSet
in interface Statement
SQLException
public int getResultSetConcurrency() throws SQLException
getResultSetConcurrency
in interface Statement
SQLException
public int getResultSetType() throws SQLException
getResultSetType
in interface Statement
SQLException
public int getUpdateCount() throws SQLException
getUpdateCount
in interface Statement
SQLException
public boolean isCloseOnCompletion() throws SQLException
isCloseOnCompletion
in interface Statement
SQLException
public boolean isPoolable() throws SQLException
isPoolable
in interface Statement
SQLException
public void setCursorName(String a) throws SQLException
setCursorName
in interface Statement
SQLException
public void setEscapeProcessing(boolean a) throws SQLException
setEscapeProcessing
in interface Statement
SQLException
public void setMaxFieldSize(int a) throws SQLException
setMaxFieldSize
in interface Statement
SQLException
public void setMaxRows(int a) throws SQLException
setMaxRows
in interface Statement
SQLException
public void setPoolable(boolean a) throws SQLException
setPoolable
in interface Statement
SQLException
public void setQueryTimeout(int a) throws SQLException
setQueryTimeout
in interface Statement
SQLException
public void close() throws SQLException
close
in interface AutoCloseable
close
in interface Statement
SQLException
public boolean isWrapperFor(Class a) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
public Object unwrap(Class a) throws SQLException
unwrap
in interface Wrapper
SQLException
Copyright © 2018 com.mchange. All rights reserved.