Uses of Class
net.sf.jsqlparser.expression.CastExpression
-
Packages that use CastExpression 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 CastExpression in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return CastExpression Modifier and Type Method Description CastExpression
CastExpression. setFormat(java.lang.String format)
CastExpression
CastExpression. setImplicitCast(boolean implicitCast)
CastExpression
CastExpression. withLeftExpression(Expression leftExpression)
CastExpression
CastExpression. withType(ColDataType type)
CastExpression
CastExpression. withUseCastKeyword(boolean useCastKeyword)
Methods in net.sf.jsqlparser.expression with parameters of type CastExpression Modifier and Type Method Description boolean
CastExpression. isOf(CastExpression anotherCast)
default void
ExpressionVisitor. visit(CastExpression castExpression)
<S> T
ExpressionVisitor. visit(CastExpression castExpression, S context)
<S> T
ExpressionVisitorAdapter. visit(CastExpression castExpression, S context)
-
Uses of CastExpression in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return CastExpression Modifier and Type Method Description CastExpression
CCJSqlParser. CastExpression()
CastExpression
CCJSqlParser. ImplicitCast()
-
Uses of CastExpression in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type CastExpression Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(CastExpression cast, S context)
-
Uses of CastExpression in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type CastExpression Modifier and Type Method Description void
ExpressionDeParser. visit(CastExpression cast)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(CastExpression cast, S context)
-
Uses of CastExpression in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type CastExpression Modifier and Type Method Description void
ExpressionValidator. visit(CastExpression cast)
<S> java.lang.Void
ExpressionValidator. visit(CastExpression cast, S context)
-