Uses of Class
net.sf.jsqlparser.expression.CastExpression.DataType
-
Packages that use CastExpression.DataType Package Description net.sf.jsqlparser.expression -
-
Uses of CastExpression.DataType in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return CastExpression.DataType Modifier and Type Method Description static CastExpression.DataType
CastExpression.DataType. from(java.lang.String typeStr)
static CastExpression.DataType
CastExpression.DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CastExpression.DataType[]
CastExpression.DataType. 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 CastExpression.DataType Modifier and Type Method Description boolean
CastExpression. isOf(CastExpression.DataType... types)
static boolean
CastExpression. isOf(ColDataType colDataType, CastExpression.DataType... types)
-