Uses of Enum
net.sf.jsqlparser.statement.PurgeObjectType
Packages that use PurgeObjectType
-
Uses of PurgeObjectType in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as PurgeObjectTypeMethods in net.sf.jsqlparser.statement that return PurgeObjectTypeModifier and TypeMethodDescriptionstatic PurgeObjectType
PurgeStatement.getPurgeObjectType()
static PurgeObjectType
Returns the enum constant of this type with the specified name.static PurgeObjectType[]
PurgeObjectType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.jsqlparser.statement with parameters of type PurgeObjectTypeModifierConstructorDescriptionPurgeStatement
(PurgeObjectType purgeObjectType) PurgeStatement
(PurgeObjectType purgeObjectType, String tableSpaceName, String userName)