public class HmilyXaStatement extends Object implements Statement
| 构造器和说明 |
|---|
HmilyXaStatement(Connection connection,
XAConnection xaConnection,
Statement statement)
Instantiates a new Hmily xa statement.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addBatch(String sql) |
<T> T |
associateXa(org.dromara.hmily.xa.p6spy.HmilyXaStatement.Called<T> called)
Associate xa tm.
|
void |
cancel() |
void |
clearBatch() |
void |
clearWarnings() |
void |
close() |
void |
closeOnCompletion() |
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
int[] |
executeBatch() |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
Connection |
getConnection() |
int |
getFetchDirection() |
int |
getFetchSize() |
ResultSet |
getGeneratedKeys() |
int |
getMaxFieldSize() |
int |
getMaxRows() |
boolean |
getMoreResults() |
boolean |
getMoreResults(int current) |
int |
getQueryTimeout() |
ResultSet |
getResultSet() |
int |
getResultSetConcurrency() |
int |
getResultSetHoldability() |
int |
getResultSetType() |
int |
getUpdateCount() |
SQLWarning |
getWarnings() |
XAConnection |
getXaConnection()
Gets xa connection.
|
boolean |
isClosed() |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable() |
boolean |
isWrapperFor(Class<?> iface) |
void |
setCursorName(String name) |
void |
setEscapeProcessing(boolean enable) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
void |
setMaxFieldSize(int max) |
void |
setMaxRows(int max) |
void |
setPoolable(boolean poolable) |
void |
setQueryTimeout(int seconds) |
<T> T |
unwrap(Class<T> iface) |
public HmilyXaStatement(Connection connection, XAConnection xaConnection, Statement statement)
connection - the connectionxaConnection - the xa connectionstatement - the statementpublic ResultSet executeQuery(String sql) throws SQLException
executeQuery 在接口中 StatementSQLExceptionpublic int executeUpdate(String sql) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic int executeUpdate(String sql, int[] columnIndexes) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic int executeUpdate(String sql, String[] columnNames) throws SQLException
executeUpdate 在接口中 StatementSQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 StatementSQLExceptionpublic int getMaxFieldSize()
throws SQLException
getMaxFieldSize 在接口中 StatementSQLExceptionpublic void setMaxFieldSize(int max)
throws SQLException
setMaxFieldSize 在接口中 StatementSQLExceptionpublic int getMaxRows()
throws SQLException
getMaxRows 在接口中 StatementSQLExceptionpublic void setMaxRows(int max)
throws SQLException
setMaxRows 在接口中 StatementSQLExceptionpublic void setEscapeProcessing(boolean enable)
throws SQLException
setEscapeProcessing 在接口中 StatementSQLExceptionpublic int getQueryTimeout()
throws SQLException
getQueryTimeout 在接口中 StatementSQLExceptionpublic void setQueryTimeout(int seconds)
throws SQLException
setQueryTimeout 在接口中 StatementSQLExceptionpublic void cancel()
throws SQLException
cancel 在接口中 StatementSQLExceptionpublic SQLWarning getWarnings() throws SQLException
getWarnings 在接口中 StatementSQLExceptionpublic void clearWarnings()
throws SQLException
clearWarnings 在接口中 StatementSQLExceptionpublic void setCursorName(String name) throws SQLException
setCursorName 在接口中 StatementSQLExceptionpublic ResultSet getResultSet() throws SQLException
getResultSet 在接口中 StatementSQLExceptionpublic int getUpdateCount()
throws SQLException
getUpdateCount 在接口中 StatementSQLExceptionpublic boolean getMoreResults()
throws SQLException
getMoreResults 在接口中 StatementSQLExceptionpublic boolean getMoreResults(int current)
throws SQLException
getMoreResults 在接口中 StatementSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection 在接口中 StatementSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection 在接口中 StatementSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize 在接口中 StatementSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize 在接口中 StatementSQLExceptionpublic int getResultSetConcurrency()
throws SQLException
getResultSetConcurrency 在接口中 StatementSQLExceptionpublic int getResultSetType()
throws SQLException
getResultSetType 在接口中 StatementSQLExceptionpublic void addBatch(String sql) throws SQLException
addBatch 在接口中 StatementSQLExceptionpublic void clearBatch()
throws SQLException
clearBatch 在接口中 StatementSQLExceptionpublic int[] executeBatch()
throws SQLException
executeBatch 在接口中 StatementSQLExceptionpublic Connection getConnection() throws SQLException
getConnection 在接口中 StatementSQLExceptionpublic ResultSet getGeneratedKeys() throws SQLException
getGeneratedKeys 在接口中 StatementSQLExceptionpublic boolean execute(String sql) throws SQLException
execute 在接口中 StatementSQLExceptionpublic boolean execute(String sql, int autoGeneratedKeys) throws SQLException
execute 在接口中 StatementSQLExceptionpublic boolean execute(String sql, int[] columnIndexes) throws SQLException
execute 在接口中 StatementSQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
execute 在接口中 StatementSQLExceptionpublic int getResultSetHoldability()
throws SQLException
getResultSetHoldability 在接口中 StatementSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 StatementSQLExceptionpublic void setPoolable(boolean poolable)
throws SQLException
setPoolable 在接口中 StatementSQLExceptionpublic boolean isPoolable()
throws SQLException
isPoolable 在接口中 StatementSQLExceptionpublic void closeOnCompletion()
throws SQLException
closeOnCompletion 在接口中 StatementSQLExceptionpublic boolean isCloseOnCompletion()
throws SQLException
isCloseOnCompletion 在接口中 StatementSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap 在接口中 WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor 在接口中 WrapperSQLExceptionpublic <T> T associateXa(org.dromara.hmily.xa.p6spy.HmilyXaStatement.Called<T> called)
throws SQLException
T - the type parametercalled - the calledSQLException - the sql exceptionpublic XAConnection getXaConnection()
Copyright © 2022 dromara. All rights reserved.