public interface StatementProxy extends Statement, WrapperProxy
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchSql() |
List<String> |
getBatchSqlList() |
ConnectionProxy |
getConnectionProxy() |
String |
getLastExecuteSql() |
long |
getLastExecuteTimeNano() |
StatementExecuteType |
getLastExecuteType() |
Map<Integer,JdbcParameter> |
getParameters() |
Statement |
getRawObject() |
JdbcSqlStat |
getSqlStat() |
boolean |
isFirstResultSet() |
void |
setLastExecuteTimeNano(long nano) |
void |
setSqlStat(JdbcSqlStat sqlStat) |
addBatch, cancel, clearBatch, clearWarnings, close, closeOnCompletion, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isClosed, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeoutgetAttributes, getIdisWrapperFor, unwrapConnectionProxy getConnectionProxy()
Statement getRawObject()
getRawObject 在接口中 WrapperProxyString getBatchSql()
JdbcSqlStat getSqlStat()
StatementExecuteType getLastExecuteType()
void setSqlStat(JdbcSqlStat sqlStat)
String getLastExecuteSql()
long getLastExecuteTimeNano()
void setLastExecuteTimeNano(long nano)
Map<Integer,JdbcParameter> getParameters()
boolean isFirstResultSet()
Copyright © 2012 Alibaba Group. All Rights Reserved.