Uses of Class
net.sf.jsqlparser.expression.TrimFunction
-
Packages that use TrimFunction Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of TrimFunction in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return TrimFunction Modifier and Type Method Description TrimFunction
TrimFunction. withExpression(Expression expression)
TrimFunction
TrimFunction. withFromExpression(Expression fromExpression)
TrimFunction
TrimFunction. withTrimSpecification(TrimFunction.TrimSpecification trimSpecification)
TrimFunction
TrimFunction. withUsingFromKeyword(boolean useFromKeyword)
Methods in net.sf.jsqlparser.expression with parameters of type TrimFunction Modifier and Type Method Description void
ExpressionVisitor. visit(TrimFunction trimFunction)
void
ExpressionVisitorAdapter. visit(TrimFunction trimFunction)
-
Uses of TrimFunction in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return TrimFunction Modifier and Type Method Description TrimFunction
CCJSqlParser. TrimFunction()
-
Uses of TrimFunction in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type TrimFunction Modifier and Type Method Description void
TablesNamesFinder. visit(TrimFunction trimFunction)
-
Uses of TrimFunction in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type TrimFunction Modifier and Type Method Description void
ExpressionDeParser. visit(TrimFunction trimFunction)
-
Uses of TrimFunction in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type TrimFunction Modifier and Type Method Description void
ExpressionValidator. visit(TrimFunction trimFunction)
-