| Package | Description |
|---|---|
| eu.eventstorm.sql | |
| eu.eventstorm.sql.dialect | |
| eu.eventstorm.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
static Dialect.Name |
Dialect.Name.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect.Name[] |
Dialect.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
Dialects.dialect(Dialect.Name name,
Database database) |
| Constructor and Description |
|---|
DatabaseImpl(Dialect.Name dialect,
TransactionManager transactionManager,
JsonMapper jsonMapper,
String defaultSchema,
Module module,
Module... modules) |
DatabaseImpl(Dialect.Name dialect,
TransactionManager transactionManager,
String defaultSchema,
Module module,
Module... modules) |
Copyright © 2019. All rights reserved.