com.alibaba.druid.pool
类 DruidPooledPreparedStatement.PreparedStatementKey

java.lang.Object
  继承者 com.alibaba.druid.pool.DruidPooledPreparedStatement.PreparedStatementKey
包容类:
DruidPooledPreparedStatement

public static class DruidPooledPreparedStatement.PreparedStatementKey
extends Object


构造方法摘要
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)
           
 
方法摘要
 boolean equals(Object object)
           
 int getResultSetConcurrency()
           
 int getResultSetHoldability()
           
 int getResultSetType()
           
 String getSql()
           
 int hashCode()
           
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         int resultSetType,
                                                         int resultSetConcurrency)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         int resultSetType,
                                                         int resultSetConcurrency,
                                                         int resultSetHoldability)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         int autoGeneratedKeys)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         int[] columnIndexes)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         String[] columnNames)
                                                  throws SQLException
抛出:
SQLException

DruidPooledPreparedStatement.PreparedStatementKey

public DruidPooledPreparedStatement.PreparedStatementKey(String sql,
                                                         String catalog,
                                                         PreparedStatementPool.MethodType methodType,
                                                         int resultSetType,
                                                         int resultSetConcurrency,
                                                         int resultSetHoldability,
                                                         int autoGeneratedKeys,
                                                         int[] columnIndexes,
                                                         String[] columnNames)
                                                  throws SQLException
抛出:
SQLException
方法详细信息

getResultSetType

public int getResultSetType()

getResultSetConcurrency

public int getResultSetConcurrency()

getResultSetHoldability

public int getResultSetHoldability()

equals

public boolean equals(Object object)
覆盖:
Object 中的 equals

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

getSql

public String getSql()


Copyright © 2013 Alibaba Group. All Rights Reserved.