Uses of Enum
net.sf.jsqlparser.expression.TrimFunction.TrimSpecification
Packages that use TrimFunction.TrimSpecification
-
Uses of TrimFunction.TrimSpecification in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as TrimFunction.TrimSpecificationModifier and TypeFieldDescriptionprivate TrimFunction.TrimSpecification
TrimFunction.trimSpecification
Methods in net.sf.jsqlparser.expression that return TrimFunction.TrimSpecificationModifier and TypeMethodDescriptionTrimFunction.getTrimSpecification()
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.Methods in net.sf.jsqlparser.expression with parameters of type TrimFunction.TrimSpecificationModifier and TypeMethodDescriptionvoid
TrimFunction.setTrimSpecification
(TrimFunction.TrimSpecification trimSpecification) TrimFunction.withTrimSpecification
(TrimFunction.TrimSpecification trimSpecification) Constructors in net.sf.jsqlparser.expression with parameters of type TrimFunction.TrimSpecificationModifierConstructorDescriptionTrimFunction
(TrimFunction.TrimSpecification trimSpecification, Expression expression, Expression fromExpression, boolean isUsingFromKeyword)