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