Package | Description |
---|---|
org.fastnate.generator.statements |
Modifier and Type | Field and Description |
---|---|
static PrimitiveColumnExpression<Object> |
PrimitiveColumnExpression.NULL
Represents an expression of a
null value. |
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
PrimitiveColumnExpression.create(N value,
GeneratorDialect dialect)
Creates a new instance of
PrimitiveColumnExpression for a number. |
static PrimitiveColumnExpression<String> |
PrimitiveColumnExpression.create(String value,
GeneratorDialect dialect)
Creates a new instance of a
PrimitiveColumnExpression for a string. |
Modifier and Type | Method and Description |
---|---|
private void |
LiquibaseStatementsWriter.writePrimitiveExpression(PrimitiveColumnExpression<?> expression) |
Copyright © 2022 fastnate.org. All rights reserved.