| Package | Description |
|---|---|
| eu.eventstorm.sql | |
| eu.eventstorm.sql.builder |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<SqlPrimaryKey> |
Descriptor.ids() |
| Modifier and Type | Method and Description |
|---|---|
protected InsertBuilder |
Repository.insert(SqlTable table,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
protected UpdateBuilder |
Repository.update(SqlTable table,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys) |
| Constructor and Description |
|---|
InsertBuilder(Database database,
SqlTable table,
SqlPrimaryKey key,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
| Constructor and Description |
|---|
InsertBuilder(Database database,
SqlTable table,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns) |
UpdateBuilder(Database database,
SqlTable table,
com.google.common.collect.ImmutableList<SqlSingleColumn> columns,
com.google.common.collect.ImmutableList<SqlPrimaryKey> keys) |
Copyright © 2019. All rights reserved.