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
Methods in net.sf.jsqlparser.statement that return DeclareType Modifier and Type Method Description static DeclareTypeDeclareType. from(String type)DeclareTypeDeclareStatement. getDeclareType()DeclareTypeDeclareStatement. getType()Deprecated.static DeclareTypeDeclareType. valueOf(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 voidDeclareStatement. setDeclareType(DeclareType declareType)DeclareStatementDeclareStatement. withDeclareType(DeclareType declareType)
-