com.alibaba.druid.proxy.jdbc
Interface PreparedStatementProxy

All Superinterfaces:
PreparedStatement, Statement, StatementProxy, Wrapper, WrapperProxy
All Known Subinterfaces:
CallableStatementProxy
All Known Implementing Classes:
CallableStatementProxyImpl, PreparedStatementProxyImpl

public interface PreparedStatementProxy
extends PreparedStatement, StatementProxy

Author:
wenshao

Field Summary
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Method Summary
 Map<Integer,JdbcParameter> getParameters()
           
 PreparedStatement getRawObject()
           
 String getSql()
           
 
Methods inherited from interface java.sql.PreparedStatement
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setAsciiStream, setAsciiStream, setBigDecimal, setBinaryStream, setBinaryStream, setBinaryStream, setBlob, setBlob, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setCharacterStream, setCharacterStream, setClob, setClob, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNCharacterStream, setNCharacterStream, setNClob, setNClob, setNClob, setNString, setNull, setNull, setObject, setObject, setObject, setRef, setRowId, setShort, setSQLXML, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL
 
Methods inherited from interface com.alibaba.druid.proxy.jdbc.StatementProxy
getBatchSql, getBatchSqlList, getConnectionProxy, getLastExecuteSql, getLastExecuteStartNano, getLastExecuteTimeNano, getLastExecuteType, getSqlStat, isFirstResultSet, setLastExecuteStartNano, setLastExecuteStartNano, setLastExecuteTimeNano, setLastExecuteTimeNano, setSqlStat
 
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
 
Methods inherited from interface com.alibaba.druid.proxy.jdbc.WrapperProxy
getAttributes, getId
 
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
 

Method Detail

getSql

String getSql()

getRawObject

PreparedStatement getRawObject()
Specified by:
getRawObject in interface StatementProxy
Specified by:
getRawObject in interface WrapperProxy

getParameters

Map<Integer,JdbcParameter> getParameters()
Specified by:
getParameters in interface StatementProxy


Copyright © 2012 Alibaba Group. All Rights Reserved.