Modifier and Type | Method and Description |
---|---|
Expression |
SQLServerStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
PostgreSQLStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
OracleStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi) |
Expression |
DatabaseStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
For a property with a value type that does not store time (e.g.
|
Modifier and Type | Method and Description |
---|---|
static ExpressionList |
SqlUtil.toExpressionList(List<? extends Expression> list) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryExpression |
class |
ColumnExpression |
class |
EqualsExpression |
class |
ExpressionList |
class |
InExpression |
class |
IsNullExpression |
class |
LongValueExpression |
class |
NullValueExpression |
class |
OrExpression |
class |
SdoDimArrayExpression |
class |
StringValueExpression |
class |
ToCharExpression |
class |
UnquotedStringExpression
Used to convey a string that shall not be quoted, for example some default
values.
|
Modifier and Type | Field and Description |
---|---|
protected Expression |
BinaryExpression.leftExpression |
protected Expression |
BinaryExpression.rightExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
ToCharExpression.getExpression() |
Expression |
IsNullExpression.getExpression() |
Expression |
InExpression.getLeftExpression() |
Expression |
BinaryExpression.getLeftExpression() |
Expression |
BinaryExpression.getRightExpression() |
Modifier and Type | Method and Description |
---|---|
List<? extends Expression> |
ExpressionList.getExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ToCharExpression.setExpression(Expression expression) |
void |
IsNullExpression.setExpression(Expression expression) |
void |
InExpression.setLeftExpression(Expression leftExpression) |
void |
BinaryExpression.setLeftExpression(Expression leftExpression) |
void |
BinaryExpression.setRightExpression(Expression rightExpression) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionList.setExpressions(List<Expression> expressions) |
Constructor and Description |
---|
EqualsExpression(Expression left,
Expression right) |
OrExpression(Expression left,
Expression right) |
ToCharExpression(Expression expression,
String format) |
ToCharExpression(Expression expression,
String format,
String nlsParameters) |
Modifier and Type | Method and Description |
---|---|
Expression |
Column.getDefaultValue() |
Expression |
CheckConstraint.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
Column.setDefaultValue(Expression defaultValue) |
void |
CheckConstraint.setExpression(Expression expression) |
Constructor and Description |
---|
CheckConstraint(String name,
Expression expr) |
Copyright © 2017. All rights reserved.