Uses of Class
com.alibaba.druid.proxy.jdbc.JdbcParameter

Packages that use JdbcParameter
com.alibaba.druid.proxy.jdbc   
 

Uses of JdbcParameter in com.alibaba.druid.proxy.jdbc
 

Methods in com.alibaba.druid.proxy.jdbc that return types with arguments of type JdbcParameter
 Map<Integer,JdbcParameter> StatementProxyImpl.getParameters()
           
 Map<Integer,JdbcParameter> StatementProxy.getParameters()
           
 Map<Integer,JdbcParameter> PreparedStatementProxyImpl.getParameters()
           
 Map<Integer,JdbcParameter> PreparedStatementProxy.getParameters()
           
 

Methods in com.alibaba.druid.proxy.jdbc with parameters of type JdbcParameter
 void PreparedStatementProxyImpl.setParameter(int parameterIndex, JdbcParameter parameter)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.