| 程序包 | 说明 |
|---|---|
| com.github.paganini2008.devtools.jdbc |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
JdbcDumpTemplate.InternalConnectionFactory |
class |
PooledConnectionFactory
PooledConnectionFactory
|
class |
UnpooledConnectionFactory
UnpooledConnectionFactory
|
| 限定符和类型 | 字段和说明 |
|---|---|
private ConnectionFactory |
PageableQueryImpl.connectionFactory |
private ConnectionFactory |
JdbcDumpTemplate.InternalConnectionFactory.delegate |
private ConnectionFactory |
JdbcDumpTemplate.destinationConnectionFactory |
private ConnectionFactory |
JdbcDumpTemplate.sourceConnectionFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
JdbcUtils.batchScan(ConnectionFactory connectionFactory,
PageableSql pageableSql,
Object[] args,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer,
long maxRecords) |
static void |
JdbcUtils.batchScan(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer,
long maxRecords) |
static void |
JdbcUtils.batchScan(ConnectionFactory connectionFactory,
String sql,
Object[] args,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer,
long maxRecords) |
static void |
JdbcUtils.batchScan(ConnectionFactory connectionFactory,
String sql,
PreparedStatementCallback callback,
int page,
int pageSize,
java.util.function.Consumer<List<Tuple>> consumer,
long maxRecords) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
PageableSql pageableSql,
Object[] args) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
String sql,
Object[] args) |
static PageableQuery<Tuple> |
JdbcUtils.pageableQuery(ConnectionFactory connectionFactory,
String sql,
PreparedStatementCallback callback) |
| 构造器和说明 |
|---|
InternalConnectionFactory(ConnectionFactory connectionFactory,
String catalog,
String schema) |
JdbcDumpTemplate(ConnectionFactory sourceConnectionFactory,
ConnectionFactory destinationConnectionFactory) |
PageableQueryImpl(ConnectionFactory connectionFactory,
PageableSql pageableSql,
PreparedStatementCallback callback) |
Copyright © 2022. All rights reserved.