| Package | Description |
|---|---|
| eu.eventstorm.sql | |
| eu.eventstorm.sql.builder | |
| eu.eventstorm.sql.dialect | |
| eu.eventstorm.sql.id | |
| eu.eventstorm.sql.impl |
| Modifier and Type | Method and Description |
|---|---|
protected Database |
Repository.database() |
| Constructor and Description |
|---|
Repository(Database database) |
| Constructor and Description |
|---|
DeleteBuilder(Database database,
SqlTable table) |
InsertBuilder(Database database,
SqlTable table,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
InsertBuilder(Database database,
SqlTable table,
SqlPrimaryKey key,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
SelectBuilder(Database database,
AggregateFunction function) |
SelectBuilder(Database database,
com.google.common.collect.ImmutableList<SqlColumn> columns) |
UpdateBuilder(Database database,
SqlTable table,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
static Dialect |
Dialects.dialect(Dialect.Name name,
Database database) |
static Dialect |
Dialects.h2(Database database) |
| Constructor and Description |
|---|
SequenceGenerator(Database database,
SqlSequence sequence) |
SequenceGenerator4Integer(Database database,
SqlSequence sequence) |
SequenceGenerator4Long(Database database,
SqlSequence sequence) |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseImpl |
Copyright © 2019. All rights reserved.