| Package | Description |
|---|---|
| com.appslandia.common.jdbc | |
| com.appslandia.common.record |
| Modifier and Type | Method and Description |
|---|---|
StatementImpl |
ConnectionImpl.prepareStatement(String sql) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int autoGeneratedKeys) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int autoGeneratedKeys) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int[] columnIndexes) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int[] columnIndexes) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
String[] columnNames) |
StatementImpl |
ConnectionImpl.prepareStatement(String sql,
String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
JdbcUtils.executeList(StatementImpl stat,
ResultSetMapper<T> mapper,
List<T> list) |
static <T> List<T> |
JdbcUtils.executeList(StatementImpl stat,
ResultSetMapper<T> mapper,
List<T> list) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(StatementImpl stat,
ResultSetMapper<K> keyMapper,
ResultSetMapper<V> valueMapper,
Map<K,V> map) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(StatementImpl stat,
ResultSetMapper<K> keyMapper,
ResultSetMapper<V> valueMapper,
Map<K,V> map) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(StatementImpl stat,
String keyColumn,
String valueColumn,
Map<K,V> map) |
static <K,V> Map<K,V> |
JdbcUtils.executeMap(StatementImpl stat,
String keyColumn,
String valueColumn,
Map<K,V> map) |
static <T> T |
JdbcUtils.executeSingle(StatementImpl stat,
ResultSetMapper<T> mapper) |
static <T> T |
JdbcUtils.executeSingle(StatementImpl stat,
ResultSetMapper<T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbManager.setParameter(StatementImpl stat,
String parameterName,
Object val,
int sqlType) |
protected void |
DbManager.setParameter(StatementImpl stat,
String parameterName,
Object val,
int sqlType) |
protected void |
DbManager.setParameters(StatementImpl stat,
Map<String,Object> params) |
protected void |
DbManager.setParameters(StatementImpl stat,
Map<String,Object> params) |
Copyright © 2021. All rights reserved.