Uses of Class
net.sf.jsqlparser.statement.DeclareType
-
Packages that use DeclareType Package Description net.sf.jsqlparser.statement -
-
Uses of DeclareType in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as DeclareType Modifier and Type Field Description private DeclareType
DeclareStatement. declareType
Methods in net.sf.jsqlparser.statement that return DeclareType Modifier and Type Method Description static DeclareType
DeclareType. from(java.lang.String type)
DeclareType
DeclareStatement. getDeclareType()
DeclareType
DeclareStatement. getType()
Deprecated.static DeclareType
DeclareType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DeclareType[]
DeclareType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement with parameters of type DeclareType Modifier and Type Method Description void
DeclareStatement. setDeclareType(DeclareType declareType)
DeclareStatement
DeclareStatement. withDeclareType(DeclareType declareType)
-