| Package | Description |
|---|---|
| io.daobab.statement | |
| io.daobab.statement.function.base | |
| io.daobab.target.database |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Entity,F,R extends EntityRelation,C> |
Function.cast(Column<E,F,R> column,
CastType type,
Class<C> castType) |
| Modifier and Type | Field and Description |
|---|---|
CastType |
CastColumnRelation.type |
| Modifier and Type | Method and Description |
|---|---|
static CastType |
CastType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CastType[] |
CastType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CastColumnRelation(Column<E,F,R> column,
String mode,
CastType type,
Class<C> functionClass) |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity,F,R extends EntityRelation> |
SqlQueryResolver.toCastColumnRelationQueryExpression(Column<E,F,R> column,
IdentifierStorage storage,
String mode,
CastType type) |
Copyright © 2021. All rights reserved.