类 com.alibaba.druid.pool.PreparedStatementPool.MethodType
的使用

使用 PreparedStatementPool.MethodType 的软件包
com.alibaba.druid.pool   
 

com.alibaba.druid.poolPreparedStatementPool.MethodType 的使用
 

返回 PreparedStatementPool.MethodTypecom.alibaba.druid.pool 中的方法
static PreparedStatementPool.MethodType PreparedStatementPool.MethodType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static PreparedStatementPool.MethodType[] PreparedStatementPool.MethodType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 PreparedStatementPool.MethodTypecom.alibaba.druid.pool 中的构造方法
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, int autoGeneratedKeys)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, int[] columnIndexes)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, int resultSetType, int resultSetConcurrency)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, int resultSetType, int resultSetConcurrency, int resultSetHoldability, int autoGeneratedKeys, int[] columnIndexes, String[] columnNames)
           
DruidPooledPreparedStatement.PreparedStatementKey(String sql, String catalog, PreparedStatementPool.MethodType methodType, String[] columnNames)
           
 



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