com.alibaba.druid.proxy.jdbc
接口 StatementProxy
- 所有超级接口:
- Statement, Wrapper, WrapperProxy
- 所有已知子接口:
- CallableStatementProxy, PreparedStatementProxy
- 所有已知实现类:
- CallableStatementProxyImpl, PreparedStatementProxyImpl, StatementProxyImpl
public interface StatementProxy
- extends Statement, WrapperProxy
- 作者:
- wenshao
| 从接口 java.sql.Statement 继承的方法 |
addBatch, cancel, clearBatch, clearWarnings, close, 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, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
getConnectionProxy
ConnectionProxy getConnectionProxy()
getRawObject
Statement getRawObject()
- 指定者:
- 接口
WrapperProxy 中的 getRawObject
getBatchSqlList
List<String> getBatchSqlList()
getBatchSql
String getBatchSql()
getSqlStat
JdbcSqlStat getSqlStat()
getLastExecuteType
StatementExecuteType getLastExecuteType()
setSqlStat
void setSqlStat(JdbcSqlStat sqlStat)
getLastExecuteSql
String getLastExecuteSql()
getLastExecuteStartNano
long getLastExecuteStartNano()
setLastExecuteStartNano
void setLastExecuteStartNano(long lastExecuteStartNano)
setLastExecuteStartNano
void setLastExecuteStartNano()
getLastExecuteTimeNano
long getLastExecuteTimeNano()
setLastExecuteTimeNano
void setLastExecuteTimeNano(long nano)
setLastExecuteTimeNano
void setLastExecuteTimeNano()
getParameters
Map<Integer,JdbcParameter> getParameters()
getParametersSize
int getParametersSize()
getParameter
JdbcParameter getParameter(int i)
isFirstResultSet
boolean isFirstResultSet()
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.