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
Fields in net.sf.jsqlparser.expression declared as TrimFunction.TrimSpecification Modifier and Type Field Description private TrimFunction.TrimSpecification
TrimFunction. trimSpecification
Methods in net.sf.jsqlparser.expression that return TrimFunction.TrimSpecification Modifier and Type Method Description TrimFunction.TrimSpecification
TrimFunction. getTrimSpecification()
static TrimFunction.TrimSpecification
TrimFunction.TrimSpecification. valueOf(java.lang.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 void
TrimFunction. setTrimSpecification(TrimFunction.TrimSpecification trimSpecification)
TrimFunction
TrimFunction. 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)
-