Package | Description |
---|---|
com.alibaba.druid.pool |
Modifier and Type | Method and Description |
---|---|
static PreparedStatementPool.MethodType |
PreparedStatementPool.MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreparedStatementPool.MethodType[] |
PreparedStatementPool.MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
int autoGeneratedKeys) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
int[] columnIndexes) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
int resultSetType,
int resultSetConcurrency) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
int autoGeneratedKeys,
int[] columnIndexes,
String[] columnNames) |
PreparedStatementKey(String sql,
String catalog,
PreparedStatementPool.MethodType methodType,
String[] columnNames) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.