Uses of Enum
net.sf.jsqlparser.statement.DeclareType
Packages that use DeclareType
-
Uses of DeclareType in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as DeclareTypeMethods in net.sf.jsqlparser.statement that return DeclareTypeModifier and TypeMethodDescriptionstatic DeclareType
DeclareStatement.getDeclareType()
DeclareStatement.getType()
Deprecated.static DeclareType
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 DeclareTypeModifier and TypeMethodDescriptionvoid
DeclareStatement.setDeclareType
(DeclareType declareType) DeclareStatement.withDeclareType
(DeclareType declareType)
DeclareStatement.getDeclareType()