| Package | Description |
|---|---|
| org.hisp.quick | |
| org.hisp.quick.configuration | |
| org.hisp.quick.factory |
| Modifier and Type | Method and Description |
|---|---|
StatementDialect |
JdbcConfiguration.getDialect() |
static StatementDialect |
StatementDialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementDialect[] |
StatementDialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConfiguration.setDialect(StatementDialect dialect) |
| Constructor and Description |
|---|
JdbcConfiguration(StatementDialect dialect,
String driverClass,
String connectionUrl,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcConfigurationFactoryBean.setDialect(StatementDialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
static <T> StatementBuilder<T> |
StatementBuilderFactory.createStatementBuilder(StatementDialect dialect,
AbstractBatchHandler<T> batchHandler)
Creates a StatementBuilder instance.
|
Copyright © 2016 UiO. All rights reserved.