| Package | Description |
|---|---|
| net.sf.jsqlparser.expression |
| Modifier and Type | Method and Description |
|---|---|
TrimFunction.TrimSpecification |
TrimFunction.getTrimSpecification() |
TrimFunction.TrimSpecification |
TrimFunction.getTrimSpecification() |
static TrimFunction.TrimSpecification |
TrimFunction.TrimSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimFunction.TrimSpecification |
TrimFunction.TrimSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimFunction.TrimSpecification[] |
TrimFunction.TrimSpecification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static TrimFunction.TrimSpecification[] |
TrimFunction.TrimSpecification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrimFunction.setTrimSpecification(TrimFunction.TrimSpecification trimSpecification) |
void |
TrimFunction.setTrimSpecification(TrimFunction.TrimSpecification trimSpecification) |
TrimFunction |
TrimFunction.withTrimSpecification(TrimFunction.TrimSpecification trimSpecification) |
TrimFunction |
TrimFunction.withTrimSpecification(TrimFunction.TrimSpecification trimSpecification) |
| Constructor and Description |
|---|
TrimFunction(TrimFunction.TrimSpecification trimSpecification,
Expression expression,
Expression fromExpression,
boolean isUsingFromKeyword) |
TrimFunction(TrimFunction.TrimSpecification trimSpecification,
Expression expression,
Expression fromExpression,
boolean isUsingFromKeyword) |
Copyright © 2004–2024 JSQLParser. All rights reserved.