接口 com.alibaba.druid.proxy.jdbc.PreparedStatementProxy
的使用

使用 PreparedStatementProxy 的软件包
com.alibaba.druid.filter   
com.alibaba.druid.filter.encoding   
com.alibaba.druid.filter.logging   
com.alibaba.druid.filter.stat   
com.alibaba.druid.proxy.jdbc   
com.alibaba.druid.wall   
 

com.alibaba.druid.filterPreparedStatementProxy 的使用
 

返回 PreparedStatementProxycom.alibaba.druid.filter 中的方法
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterChainImpl.connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterChain.connection_prepareStatement(ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy Filter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterEventAdapter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 PreparedStatementProxy FilterChainImpl.wrap(ConnectionProxy connection, PreparedStatement statement, String sql)
           
 

参数类型为 PreparedStatementProxycom.alibaba.druid.filter 中的方法
 void Filter.preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement)
           
 void FilterAdapter.preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement)
           
 void FilterChainImpl.preparedStatement_addBatch(PreparedStatementProxy statement)
           
 void FilterChain.preparedStatement_addBatch(PreparedStatementProxy statement)
           
 void Filter.preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement)
           
 void FilterAdapter.preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement)
           
 void FilterChainImpl.preparedStatement_clearParameters(PreparedStatementProxy statement)
           
 void FilterChain.preparedStatement_clearParameters(PreparedStatementProxy statement)
           
 boolean Filter.preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement)
           
 boolean FilterAdapter.preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement)
           
 boolean FilterEventAdapter.preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement)
           
 boolean FilterChainImpl.preparedStatement_execute(PreparedStatementProxy statement)
           
 boolean FilterChain.preparedStatement_execute(PreparedStatementProxy statement)
           
 ResultSetProxy Filter.preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetProxy FilterAdapter.preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetProxy FilterEventAdapter.preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetProxy FilterChainImpl.preparedStatement_executeQuery(PreparedStatementProxy statement)
           
 ResultSetProxy FilterChain.preparedStatement_executeQuery(PreparedStatementProxy statement)
           
 int Filter.preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement)
           
 int FilterAdapter.preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement)
           
 int FilterEventAdapter.preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement)
           
 int FilterChainImpl.preparedStatement_executeUpdate(PreparedStatementProxy statement)
           
 int FilterChain.preparedStatement_executeUpdate(PreparedStatementProxy statement)
           
 ResultSetMetaData Filter.preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetMetaData FilterAdapter.preparedStatement_getMetaData(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetMetaData FilterChainImpl.preparedStatement_getMetaData(PreparedStatementProxy statement)
           
 ResultSetMetaData FilterChain.preparedStatement_getMetaData(PreparedStatementProxy statement)
           
 ParameterMetaData Filter.preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement)
           
 ParameterMetaData FilterAdapter.preparedStatement_getParameterMetaData(FilterChain chain, PreparedStatementProxy statement)
           
 ParameterMetaData FilterChainImpl.preparedStatement_getParameterMetaData(PreparedStatementProxy statement)
           
 ParameterMetaData FilterChain.preparedStatement_getParameterMetaData(PreparedStatementProxy statement)
           
 void Filter.preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x)
           
 void FilterAdapter.preparedStatement_setArray(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Array x)
           
 void FilterChainImpl.preparedStatement_setArray(PreparedStatementProxy statement, int parameterIndex, Array x)
           
 void FilterChain.preparedStatement_setArray(PreparedStatementProxy statement, int parameterIndex, Array x)
           
 void Filter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterAdapter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void Filter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterAdapter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void Filter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterAdapter.preparedStatement_setAsciiStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterChainImpl.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterChain.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterChainImpl.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChain.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChainImpl.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterChain.preparedStatement_setAsciiStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void Filter.preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x)
           
 void FilterAdapter.preparedStatement_setBigDecimal(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, BigDecimal x)
           
 void FilterChainImpl.preparedStatement_setBigDecimal(PreparedStatementProxy statement, int parameterIndex, BigDecimal x)
           
 void FilterChain.preparedStatement_setBigDecimal(PreparedStatementProxy statement, int parameterIndex, BigDecimal x)
           
 void Filter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterAdapter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void Filter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterAdapter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void Filter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterAdapter.preparedStatement_setBinaryStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterChainImpl.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterChain.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x)
           
 void FilterChainImpl.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChain.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChainImpl.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void FilterChain.preparedStatement_setBinaryStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, long length)
           
 void Filter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x)
           
 void FilterAdapter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Blob x)
           
 void Filter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream)
           
 void FilterAdapter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream)
           
 void Filter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length)
           
 void FilterAdapter.preparedStatement_setBlob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length)
           
 void FilterChainImpl.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, Blob x)
           
 void FilterChain.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, Blob x)
           
 void FilterChainImpl.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream)
           
 void FilterChain.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream)
           
 void FilterChainImpl.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length)
           
 void FilterChain.preparedStatement_setBlob(PreparedStatementProxy statement, int parameterIndex, InputStream inputStream, long length)
           
 void Filter.preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x)
           
 void FilterAdapter.preparedStatement_setBoolean(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, boolean x)
           
 void FilterChainImpl.preparedStatement_setBoolean(PreparedStatementProxy statement, int parameterIndex, boolean x)
           
 void FilterChain.preparedStatement_setBoolean(PreparedStatementProxy statement, int parameterIndex, boolean x)
           
 void Filter.preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x)
           
 void FilterAdapter.preparedStatement_setByte(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte x)
           
 void FilterChainImpl.preparedStatement_setByte(PreparedStatementProxy statement, int parameterIndex, byte x)
           
 void FilterChain.preparedStatement_setByte(PreparedStatementProxy statement, int parameterIndex, byte x)
           
 void Filter.preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x)
           
 void FilterAdapter.preparedStatement_setBytes(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, byte[] x)
           
 void FilterChainImpl.preparedStatement_setBytes(PreparedStatementProxy statement, int parameterIndex, byte[] x)
           
 void FilterChain.preparedStatement_setBytes(PreparedStatementProxy statement, int parameterIndex, byte[] x)
           
 void Filter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterAdapter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void Filter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void FilterAdapter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void Filter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterAdapter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChainImpl.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChain.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChainImpl.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void FilterChain.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void FilterChainImpl.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChain.preparedStatement_setCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void Filter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x)
           
 void FilterAdapter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Clob x)
           
 void Filter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterAdapter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void Filter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterAdapter.preparedStatement_setClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChainImpl.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Clob x)
           
 void FilterChain.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Clob x)
           
 void FilterChainImpl.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChain.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChainImpl.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChain.preparedStatement_setClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void Filter.preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x)
           
 void FilterAdapter.preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x)
           
 void Filter.preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal)
           
 void FilterAdapter.preparedStatement_setDate(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal)
           
 void FilterChainImpl.preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x)
           
 void FilterChain.preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x)
           
 void FilterChainImpl.preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal)
           
 void FilterChain.preparedStatement_setDate(PreparedStatementProxy statement, int parameterIndex, Date x, Calendar cal)
           
 void Filter.preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x)
           
 void FilterAdapter.preparedStatement_setDouble(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, double x)
           
 void FilterChainImpl.preparedStatement_setDouble(PreparedStatementProxy statement, int parameterIndex, double x)
           
 void FilterChain.preparedStatement_setDouble(PreparedStatementProxy statement, int parameterIndex, double x)
           
 void Filter.preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x)
           
 void FilterAdapter.preparedStatement_setFloat(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, float x)
           
 void FilterChainImpl.preparedStatement_setFloat(PreparedStatementProxy statement, int parameterIndex, float x)
           
 void FilterChain.preparedStatement_setFloat(PreparedStatementProxy statement, int parameterIndex, float x)
           
 void Filter.preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x)
           
 void FilterAdapter.preparedStatement_setInt(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int x)
           
 void FilterChainImpl.preparedStatement_setInt(PreparedStatementProxy statement, int parameterIndex, int x)
           
 void FilterChain.preparedStatement_setInt(PreparedStatementProxy statement, int parameterIndex, int x)
           
 void Filter.preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x)
           
 void FilterAdapter.preparedStatement_setLong(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, long x)
           
 void FilterChainImpl.preparedStatement_setLong(PreparedStatementProxy statement, int parameterIndex, long x)
           
 void FilterChain.preparedStatement_setLong(PreparedStatementProxy statement, int parameterIndex, long x)
           
 void Filter.preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value)
           
 void FilterAdapter.preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value)
           
 void Filter.preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length)
           
 void FilterAdapter.preparedStatement_setNCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader value, long length)
           
 void FilterChainImpl.preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value)
           
 void FilterChain.preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value)
           
 void FilterChainImpl.preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value, long length)
           
 void FilterChain.preparedStatement_setNCharacterStream(PreparedStatementProxy statement, int parameterIndex, Reader value, long length)
           
 void Filter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value)
           
 void FilterAdapter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, NClob value)
           
 void Filter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterAdapter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void Filter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterAdapter.preparedStatement_setNClob(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChainImpl.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, NClob value)
           
 void FilterChain.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, NClob value)
           
 void FilterChainImpl.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChain.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void FilterChainImpl.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void FilterChain.preparedStatement_setNClob(PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void Filter.preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value)
           
 void FilterAdapter.preparedStatement_setNString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String value)
           
 void FilterChainImpl.preparedStatement_setNString(PreparedStatementProxy statement, int parameterIndex, String value)
           
 void FilterChain.preparedStatement_setNString(PreparedStatementProxy statement, int parameterIndex, String value)
           
 void Filter.preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType)
           
 void FilterAdapter.preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType)
           
 void Filter.preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName)
           
 void FilterAdapter.preparedStatement_setNull(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName)
           
 void FilterChainImpl.preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType)
           
 void FilterChain.preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType)
           
 void FilterChainImpl.preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName)
           
 void FilterChain.preparedStatement_setNull(PreparedStatementProxy statement, int parameterIndex, int sqlType, String typeName)
           
 void Filter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void FilterAdapter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void Filter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void FilterAdapter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void Filter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void FilterAdapter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void FilterChainImpl.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void FilterChain.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void FilterChainImpl.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void FilterChain.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void FilterChainImpl.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void FilterChain.preparedStatement_setObject(PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void Filter.preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x)
           
 void FilterAdapter.preparedStatement_setRef(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Ref x)
           
 void FilterChainImpl.preparedStatement_setRef(PreparedStatementProxy statement, int parameterIndex, Ref x)
           
 void FilterChain.preparedStatement_setRef(PreparedStatementProxy statement, int parameterIndex, Ref x)
           
 void Filter.preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x)
           
 void FilterAdapter.preparedStatement_setRowId(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, RowId x)
           
 void FilterChainImpl.preparedStatement_setRowId(PreparedStatementProxy statement, int parameterIndex, RowId x)
           
 void FilterChain.preparedStatement_setRowId(PreparedStatementProxy statement, int parameterIndex, RowId x)
           
 void Filter.preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x)
           
 void FilterAdapter.preparedStatement_setShort(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, short x)
           
 void FilterChainImpl.preparedStatement_setShort(PreparedStatementProxy statement, int parameterIndex, short x)
           
 void FilterChain.preparedStatement_setShort(PreparedStatementProxy statement, int parameterIndex, short x)
           
 void Filter.preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject)
           
 void FilterAdapter.preparedStatement_setSQLXML(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject)
           
 void FilterChainImpl.preparedStatement_setSQLXML(PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject)
           
 void FilterChain.preparedStatement_setSQLXML(PreparedStatementProxy statement, int parameterIndex, SQLXML xmlObject)
           
 void Filter.preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x)
           
 void FilterAdapter.preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x)
           
 void FilterChainImpl.preparedStatement_setString(PreparedStatementProxy statement, int parameterIndex, String x)
           
 void FilterChain.preparedStatement_setString(PreparedStatementProxy statement, int parameterIndex, String x)
           
 void Filter.preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x)
           
 void FilterAdapter.preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x)
           
 void Filter.preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal)
           
 void FilterAdapter.preparedStatement_setTime(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal)
           
 void FilterChainImpl.preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x)
           
 void FilterChain.preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x)
           
 void FilterChainImpl.preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal)
           
 void FilterChain.preparedStatement_setTime(PreparedStatementProxy statement, int parameterIndex, Time x, Calendar cal)
           
 void Filter.preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x)
           
 void FilterAdapter.preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x)
           
 void Filter.preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal)
           
 void FilterAdapter.preparedStatement_setTimestamp(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal)
           
 void FilterChainImpl.preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x)
           
 void FilterChain.preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x)
           
 void FilterChainImpl.preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal)
           
 void FilterChain.preparedStatement_setTimestamp(PreparedStatementProxy statement, int parameterIndex, Timestamp x, Calendar cal)
           
 void Filter.preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterAdapter.preparedStatement_setUnicodeStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChainImpl.preparedStatement_setUnicodeStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void FilterChain.preparedStatement_setUnicodeStream(PreparedStatementProxy statement, int parameterIndex, InputStream x, int length)
           
 void Filter.preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x)
           
 void FilterAdapter.preparedStatement_setURL(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, URL x)
           
 void FilterChainImpl.preparedStatement_setURL(PreparedStatementProxy statement, int parameterIndex, URL x)
           
 void FilterChain.preparedStatement_setURL(PreparedStatementProxy statement, int parameterIndex, URL x)
           
 

com.alibaba.druid.filter.encodingPreparedStatementProxy 的使用
 

返回 PreparedStatementProxycom.alibaba.druid.filter.encoding 中的方法
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy EncodingConvertFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 

参数类型为 PreparedStatementProxycom.alibaba.druid.filter.encoding 中的方法
 void EncodingConvertFilter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader)
           
 void EncodingConvertFilter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, int length)
           
 void EncodingConvertFilter.preparedStatement_setCharacterStream(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Reader reader, long length)
           
 void EncodingConvertFilter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x)
           
 void EncodingConvertFilter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType)
           
 void EncodingConvertFilter.preparedStatement_setObject(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, Object x, int targetSqlType, int scaleOrLength)
           
 void EncodingConvertFilter.preparedStatement_setString(FilterChain chain, PreparedStatementProxy statement, int parameterIndex, String x)
           
 

com.alibaba.druid.filter.loggingPreparedStatementProxy 的使用
 

参数类型为 PreparedStatementProxycom.alibaba.druid.filter.logging 中的方法
 void LogFilter.preparedStatement_clearParameters(FilterChain chain, PreparedStatementProxy statement)
           
 

com.alibaba.druid.filter.statPreparedStatementProxy 的使用
 

参数类型为 PreparedStatementProxycom.alibaba.druid.filter.stat 中的方法
 void StatFilter.statementPrepareAfter(PreparedStatementProxy statement)
           
 

com.alibaba.druid.proxy.jdbcPreparedStatementProxy 的使用
 

com.alibaba.druid.proxy.jdbcPreparedStatementProxy 的子接口
 interface CallableStatementProxy
           
 

实现 PreparedStatementProxycom.alibaba.druid.proxy.jdbc 中的类
 class CallableStatementProxyImpl
           
 class PreparedStatementProxyImpl
           
 

com.alibaba.druid.wallPreparedStatementProxy 的使用
 

返回 PreparedStatementProxycom.alibaba.druid.wall 中的方法
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int autoGeneratedKeys)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int[] columnIndexes)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
 PreparedStatementProxy WallFilter.connection_prepareStatement(FilterChain chain, ConnectionProxy connection, String sql, String[] columnNames)
           
 

参数类型为 PreparedStatementProxycom.alibaba.druid.wall 中的方法
 void WallFilter.incrementExecuteErrorCount(PreparedStatementProxy statement)
           
 void WallFilter.preparedStatement_addBatch(FilterChain chain, PreparedStatementProxy statement)
           
 boolean WallFilter.preparedStatement_execute(FilterChain chain, PreparedStatementProxy statement)
           
 ResultSetProxy WallFilter.preparedStatement_executeQuery(FilterChain chain, PreparedStatementProxy statement)
           
 int WallFilter.preparedStatement_executeUpdate(FilterChain chain, PreparedStatementProxy statement)
           
 



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