Uses of Enum Class
com.alibaba.druid.sql.repository.SchemaObjectType
Packages that use SchemaObjectType
-
Uses of SchemaObjectType in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository that return SchemaObjectTypeModifier and TypeMethodDescriptionSchemaObject.getType()static SchemaObjectTypeReturns the enum constant of this class with the specified name.static SchemaObjectType[]SchemaObjectType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.druid.sql.repository with parameters of type SchemaObjectTypeModifierConstructorDescriptionprotectedSchemaObject(Schema schema, String name, SchemaObjectType type) protectedSchemaObject(Schema schema, String name, SchemaObjectType type, SQLStatement statement)