Package | Description |
---|---|
org.castor.cpa.query | |
org.castor.cpa.query.object.expression | |
org.castor.cpa.query.object.function |
Modifier and Type | Method and Description |
---|---|
static TrimSpecification |
TrimSpecification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrimSpecification[] |
TrimSpecification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Function |
Expression.trim(TrimSpecification trimSpecification)
Trim.
|
Function |
Expression.trim(TrimSpecification trimSpecification,
char character)
Trim.
|
Function |
Expression.trim(TrimSpecification trimSpecification,
Parameter character)
Trim.
|
Modifier and Type | Method and Description |
---|---|
Function |
AbstractExpression.trim(TrimSpecification trimSpecification)
Trim.
|
Function |
AbstractExpression.trim(TrimSpecification trimSpecification,
char character)
Trim.
|
Function |
AbstractExpression.trim(TrimSpecification trimSpecification,
Parameter character)
Trim.
|
Modifier and Type | Method and Description |
---|---|
TrimSpecification |
Trim.getSpecification()
Gets the trim specification of TRIM function.
|
Modifier and Type | Method and Description |
---|---|
void |
Trim.setSpecification(TrimSpecification trimSpecification)
Sets the trim specification of TRIM function.
|
Copyright © 2016. All rights reserved.