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)
|
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-2014 Alibaba Group. All Rights Reserved.