Uses of Class
net.sf.jsqlparser.expression.LongValue
-
Packages that use LongValue Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.util net.sf.jsqlparser.util.deparser net.sf.jsqlparser.util.validation.validator -
-
Uses of LongValue in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return LongValue Modifier and Type Method Description LongValue
HexValue. getLongValue()
LongValue
LongValue. withStringValue(java.lang.String stringValue)
LongValue
LongValue. withValue(long d)
Methods in net.sf.jsqlparser.expression with parameters of type LongValue Modifier and Type Method Description default void
ExpressionVisitor. visit(LongValue longValue)
<S> T
ExpressionVisitor. visit(LongValue longValue, S context)
<S> T
ExpressionVisitorAdapter. visit(LongValue longValue, S context)
-
Uses of LongValue in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type LongValue Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(LongValue longValue, S context)
-
Uses of LongValue in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type LongValue Modifier and Type Method Description void
ExpressionDeParser. visit(LongValue longValue)
<S> java.lang.StringBuilder
ExpressionDeParser. visit(LongValue longValue, S context)
-
Uses of LongValue in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type LongValue Modifier and Type Method Description void
ExpressionValidator. visit(LongValue longValue)
<S> java.lang.Void
ExpressionValidator. visit(LongValue longValue, S context)
-