パッケージ dev.jfr4jdbc
クラス JfrStatement42
- java.lang.Object
-
- dev.jfr4jdbc.JfrStatement42
-
- すべての実装されたインタフェース:
AutoCloseable,Statement,Wrapper
- 直系の既知のサブクラス:
JfrStatement
public abstract class JfrStatement42 extends Object implements Statement
-
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected StatementjdbcStatement-
インタフェースから継承されたフィールド java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
-
-
コンストラクタの概要
コンストラクタ 修飾子 コンストラクタ 説明 protectedJfrStatement42(Statement s)protectedJfrStatement42(Statement s, EventFactory factory)
-
メソッドの概要
-
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
インタフェースから継承されたメソッド java.sql.Statement
enquoteIdentifier, enquoteLiteral, enquoteNCharLiteral, isSimpleIdentifier
-
-
-
-
フィールドの詳細
-
jdbcStatement
protected final Statement jdbcStatement
-
-
コンストラクタの詳細
-
JfrStatement42
protected JfrStatement42(Statement s)
-
JfrStatement42
protected JfrStatement42(Statement s, EventFactory factory)
-
-
メソッドの詳細
-
getStatementId
public int getStatementId()
-
createEvent
protected StatementEvent createEvent(String sql)
-
executeQuery
public ResultSet executeQuery(String sql) throws SQLException
- 定義:
executeQueryインタフェース内Statement- 例外:
SQLException
-
getResultSet
public ResultSet getResultSet() throws SQLException
- 定義:
getResultSetインタフェース内Statement- 例外:
SQLException
-
getGeneratedKeys
public ResultSet getGeneratedKeys() throws SQLException
- 定義:
getGeneratedKeysインタフェース内Statement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql) throws SQLException
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
executeUpdate
public int executeUpdate(String sql, String[] columnNames) throws SQLException
- 定義:
executeUpdateインタフェース内Statement- 例外:
SQLException
-
execute
public boolean execute(String sql) throws SQLException
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
public boolean execute(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
public boolean execute(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
execute
public boolean execute(String sql, String[] columnNames) throws SQLException
- 定義:
executeインタフェース内Statement- 例外:
SQLException
-
executeBatch
public int[] executeBatch() throws SQLException- 定義:
executeBatchインタフェース内Statement- 例外:
SQLException
-
cancel
public void cancel() throws SQLException- 定義:
cancelインタフェース内Statement- 例外:
SQLException
-
addBatch
public void addBatch(String sql) throws SQLException
- 定義:
addBatchインタフェース内Statement- 例外:
SQLException
-
clearBatch
public void clearBatch() throws SQLException- 定義:
clearBatchインタフェース内Statement- 例外:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- 定義:
unwrapインタフェース内Wrapper- 例外:
SQLException
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- 定義:
isWrapperForインタフェース内Wrapper- 例外:
SQLException
-
close
public void close() throws SQLException- 定義:
closeインタフェース内AutoCloseable- 定義:
closeインタフェース内Statement- 例外:
SQLException
-
getMaxFieldSize
public int getMaxFieldSize() throws SQLException- 定義:
getMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
setMaxFieldSize
public void setMaxFieldSize(int max) throws SQLException- 定義:
setMaxFieldSizeインタフェース内Statement- 例外:
SQLException
-
getMaxRows
public int getMaxRows() throws SQLException- 定義:
getMaxRowsインタフェース内Statement- 例外:
SQLException
-
setMaxRows
public void setMaxRows(int max) throws SQLException- 定義:
setMaxRowsインタフェース内Statement- 例外:
SQLException
-
setEscapeProcessing
public void setEscapeProcessing(boolean enable) throws SQLException- 定義:
setEscapeProcessingインタフェース内Statement- 例外:
SQLException
-
getQueryTimeout
public int getQueryTimeout() throws SQLException- 定義:
getQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
setQueryTimeout
public void setQueryTimeout(int seconds) throws SQLException- 定義:
setQueryTimeoutインタフェース内Statement- 例外:
SQLException
-
getWarnings
public SQLWarning getWarnings() throws SQLException
- 定義:
getWarningsインタフェース内Statement- 例外:
SQLException
-
clearWarnings
public void clearWarnings() throws SQLException- 定義:
clearWarningsインタフェース内Statement- 例外:
SQLException
-
setCursorName
public void setCursorName(String name) throws SQLException
- 定義:
setCursorNameインタフェース内Statement- 例外:
SQLException
-
getUpdateCount
public int getUpdateCount() throws SQLException- 定義:
getUpdateCountインタフェース内Statement- 例外:
SQLException
-
getMoreResults
public boolean getMoreResults() throws SQLException- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
setFetchDirection
public void setFetchDirection(int direction) throws SQLException- 定義:
setFetchDirectionインタフェース内Statement- 例外:
SQLException
-
getFetchDirection
public int getFetchDirection() throws SQLException- 定義:
getFetchDirectionインタフェース内Statement- 例外:
SQLException
-
setFetchSize
public void setFetchSize(int rows) throws SQLException- 定義:
setFetchSizeインタフェース内Statement- 例外:
SQLException
-
getFetchSize
public int getFetchSize() throws SQLException- 定義:
getFetchSizeインタフェース内Statement- 例外:
SQLException
-
getResultSetConcurrency
public int getResultSetConcurrency() throws SQLException- 定義:
getResultSetConcurrencyインタフェース内Statement- 例外:
SQLException
-
getResultSetType
public int getResultSetType() throws SQLException- 定義:
getResultSetTypeインタフェース内Statement- 例外:
SQLException
-
getConnection
public Connection getConnection() throws SQLException
- 定義:
getConnectionインタフェース内Statement- 例外:
SQLException
-
getMoreResults
public boolean getMoreResults(int current) throws SQLException- 定義:
getMoreResultsインタフェース内Statement- 例外:
SQLException
-
getResultSetHoldability
public int getResultSetHoldability() throws SQLException- 定義:
getResultSetHoldabilityインタフェース内Statement- 例外:
SQLException
-
isClosed
public boolean isClosed() throws SQLException- 定義:
isClosedインタフェース内Statement- 例外:
SQLException
-
setPoolable
public void setPoolable(boolean poolable) throws SQLException- 定義:
setPoolableインタフェース内Statement- 例外:
SQLException
-
isPoolable
public boolean isPoolable() throws SQLException- 定義:
isPoolableインタフェース内Statement- 例外:
SQLException
-
closeOnCompletion
public void closeOnCompletion() throws SQLException- 定義:
closeOnCompletionインタフェース内Statement- 例外:
SQLException
-
isCloseOnCompletion
public boolean isCloseOnCompletion() throws SQLException- 定義:
isCloseOnCompletionインタフェース内Statement- 例外:
SQLException
-
getLargeUpdateCount
public long getLargeUpdateCount() throws SQLException- 定義:
getLargeUpdateCountインタフェース内Statement- 例外:
SQLException
-
setLargeMaxRows
public void setLargeMaxRows(long max) throws SQLException- 定義:
setLargeMaxRowsインタフェース内Statement- 例外:
SQLException
-
getLargeMaxRows
public long getLargeMaxRows() throws SQLException- 定義:
getLargeMaxRowsインタフェース内Statement- 例外:
SQLException
-
executeLargeBatch
public long[] executeLargeBatch() throws SQLException- 定義:
executeLargeBatchインタフェース内Statement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql) throws SQLException
- 定義:
executeLargeUpdateインタフェース内Statement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int autoGeneratedKeys) throws SQLException
- 定義:
executeLargeUpdateインタフェース内Statement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, int[] columnIndexes) throws SQLException
- 定義:
executeLargeUpdateインタフェース内Statement- 例外:
SQLException
-
executeLargeUpdate
public long executeLargeUpdate(String sql, String[] columnNames) throws SQLException
- 定義:
executeLargeUpdateインタフェース内Statement- 例外:
SQLException
-
-