com.alibaba.druid.proxy.jdbc
Interface StatementProxy
- All Superinterfaces:
- Statement, Wrapper, WrapperProxy
- All Known Subinterfaces:
- CallableStatementProxy, PreparedStatementProxy
- All Known Implementing Classes:
- CallableStatementProxyImpl, MultiDataSourcePreparedStatement, PreparedStatementProxyImpl, StatementProxyImpl
public interface StatementProxy
- extends Statement, WrapperProxy
- Author:
- wenshao
| Methods inherited from interface 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()
- Specified by:
getRawObject in interface WrapperProxy
getBatchSqlList
List<String> getBatchSqlList()
getBatchSql
String getBatchSql()
getSqlStat
JdbcSqlStat getSqlStat()
getLastExecuteType
StatementExecuteType getLastExecuteType()
setSqlStat
void setSqlStat(JdbcSqlStat sqlStat)
getLastExecuteSql
String getLastExecuteSql()
getLastExecuteTimeNano
long getLastExecuteTimeNano()
setLastExecuteTimeNano
void setLastExecuteTimeNano(long nano)
getParameters
Map<Integer,JdbcParameter> getParameters()
isFirstResultSet
boolean isFirstResultSet()
Copyright © 2012 Alibaba Group. All Rights Reserved.