Uses of Class
com.alibaba.druid.sql.repository.SchemaObject.Type
-
Packages that use SchemaObject.Type Package Description com.alibaba.druid.sql.repository -
-
Uses of SchemaObject.Type in com.alibaba.druid.sql.repository
Methods in com.alibaba.druid.sql.repository that return SchemaObject.Type Modifier and Type Method Description static SchemaObject.TypeSchemaObject.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaObject.Type[]SchemaObject.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-