Uses of Class
net.sf.jsqlparser.expression.TrimFunction.TrimSpecification
-
Packages that use TrimFunction.TrimSpecification Package Description net.sf.jsqlparser.expression -
-
Uses of TrimFunction.TrimSpecification in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return TrimFunction.TrimSpecification Modifier and Type Method Description TrimFunction.TrimSpecificationTrimFunction. getTrimSpecification()static TrimFunction.TrimSpecificationTrimFunction.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.Methods in net.sf.jsqlparser.expression with parameters of type TrimFunction.TrimSpecification Modifier and Type Method Description voidTrimFunction. setTrimSpecification(TrimFunction.TrimSpecification trimSpecification)TrimFunctionTrimFunction. withTrimSpecification(TrimFunction.TrimSpecification trimSpecification)Constructors in net.sf.jsqlparser.expression with parameters of type TrimFunction.TrimSpecification Constructor Description TrimFunction(TrimFunction.TrimSpecification trimSpecification, Expression expression, Expression fromExpression, boolean isUsingFromKeyword)
-