com.alibaba.druid.proxy.jdbc
接口 PreparedStatementProxy

所有超级接口:
PreparedStatement, Statement, StatementProxy, Wrapper, WrapperProxy
所有已知子接口:
CallableStatementProxy
所有已知实现类:
CallableStatementProxyImpl, PreparedStatementProxyImpl

public interface PreparedStatementProxy
extends PreparedStatement, StatementProxy

作者:
wenshao

字段摘要
 
从接口 java.sql.Statement 继承的字段
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
方法摘要
 Map<Integer,JdbcParameter> getParameters()
           
 PreparedStatement getRawObject()
           
 String getSql()
           
 
从接口 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
 
从接口 com.alibaba.druid.proxy.jdbc.StatementProxy 继承的方法
getBatchSql, getBatchSqlList, getConnectionProxy, getLastExecuteSql, getLastExecuteStartNano, getLastExecuteTimeNano, getLastExecuteType, getParameter, getParametersSize, getSqlStat, isFirstResultSet, setLastExecuteStartNano, setLastExecuteStartNano, setLastExecuteTimeNano, setLastExecuteTimeNano, setSqlStat
 
从接口 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
 
从接口 com.alibaba.druid.proxy.jdbc.WrapperProxy 继承的方法
clearAttributes, getAttribute, getAttributes, getAttributesSize, getId, putAttribute
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor, unwrap
 

方法详细信息

getSql

String getSql()

getRawObject

PreparedStatement getRawObject()
指定者:
接口 StatementProxy 中的 getRawObject
指定者:
接口 WrapperProxy 中的 getRawObject

getParameters

Map<Integer,JdbcParameter> getParameters()
指定者:
接口 StatementProxy 中的 getParameters


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.