Uses of Class
net.sf.jsqlparser.expression.StructType.Dialect
-
Packages that use StructType.Dialect Package Description net.sf.jsqlparser.expression -
-
Uses of StructType.Dialect in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as StructType.Dialect Modifier and Type Field Description private StructType.Dialect
StructType. dialect
Methods in net.sf.jsqlparser.expression that return StructType.Dialect Modifier and Type Method Description StructType.Dialect
StructType. getDialect()
static StructType.Dialect
StructType.Dialect. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StructType.Dialect[]
StructType.Dialect. 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 StructType.Dialect Modifier and Type Method Description StructType
StructType. setDialect(StructType.Dialect dialect)
Constructors in net.sf.jsqlparser.expression with parameters of type StructType.Dialect Constructor Description StructType(StructType.Dialect dialect, java.lang.String keyword, java.util.List<java.util.Map.Entry<java.lang.String,ColDataType>> parameters, java.util.List<SelectItem<?>> arguments)
StructType(StructType.Dialect dialect, java.util.List<java.util.Map.Entry<java.lang.String,ColDataType>> parameters, java.util.List<SelectItem<?>> arguments)
StructType(StructType.Dialect dialect, java.util.List<SelectItem<?>> arguments)
-