| Modifier and Type | Method and Description |
|---|---|
PlaceholderReplacer |
PlaceholderReplacer.replaceAll(ColumnReference ref)
Replaces all found placeholders with the passed reference.
|
PlaceholderReplacer |
PlaceholderReplacer.replaceById(ColumnReference ref,
String placeholderId) |
abstract void |
Expression.validate()
Validates correctness of the Expression
|
| Constructor and Description |
|---|
PlaceholderReplacer(Expression expr) |
TableReferenceReplacer(Expression originalExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalReferenceExpression.validate() |
void |
MultipleArgumentsExpression.validate() |
void |
UnaryExpression.validate() |
void |
BinaryExpression.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Case.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubstringByIndex.validate() |
void |
TextReplaceMatchingRegex.validate() |
void |
RepeatText.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cast.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedColumnReference.validate()
Deprecated.
|
void |
ConstantList.validate() |
void |
Range.validate() |
void |
ColumnReferencePlaceholder.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
Between.validate() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Converter.getExpression(ColumnReference cr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnReference.validate() |
| Modifier and Type | Method and Description |
|---|---|
void |
TDBoolean.validate() |
void |
TDDate.validate() |
void |
TDNumeric.validate() |
void |
TDInteger.validate() |
void |
TDText.validate() |
void |
TDGeometry.validate() |
Copyright © 2020. All Rights Reserved.