Uses of Class
net.sf.jsqlparser.expression.StructType
-
Packages that use StructType 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 StructType in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return StructType Modifier and Type Method Description StructType
StructType. add(Expression expression, java.lang.String aliasName)
StructType
StructType. setArguments(java.util.List<SelectItem<?>> arguments)
StructType
StructType. setDialect(StructType.Dialect dialect)
StructType
StructType. setKeyword(java.lang.String keyword)
StructType
StructType. setParameters(java.util.List<java.util.Map.Entry<java.lang.String,ColDataType>> parameters)
Methods in net.sf.jsqlparser.expression with parameters of type StructType Modifier and Type Method Description default void
ExpressionVisitor. visit(StructType structType)
<S> T
ExpressionVisitor. visit(StructType structType, S context)
<S> T
ExpressionVisitorAdapter. visit(StructType structType, S context)
-
Uses of StructType in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return StructType Modifier and Type Method Description StructType
CCJSqlParser. StructType()
-
Uses of StructType in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type StructType Modifier and Type Method Description <S> Void
TablesNamesFinder. visit(StructType structType, S context)
-
Uses of StructType in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type StructType Modifier and Type Method Description <S> java.lang.StringBuilder
ExpressionDeParser. visit(StructType structType, S context)
-
Uses of StructType in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type StructType Modifier and Type Method Description void
ExpressionValidator. visit(StructType structType)
<S> java.lang.Void
ExpressionValidator. visit(StructType structType, S context)
-