Uses of Class
com.alibaba.druid.sql.repository.Schema
-
Packages that use Schema Package Description com.alibaba.druid.sql.repository -
-
Uses of Schema in com.alibaba.druid.sql.repository
Fields in com.alibaba.druid.sql.repository with type parameters of type Schema Modifier and Type Field Description protected Map<String,Schema>SchemaRepository. schemasMethods in com.alibaba.druid.sql.repository that return Schema Modifier and Type Method Description SchemaSchemaRepository. findSchema(String schema)protected SchemaSchemaRepository. findSchema(String name, boolean create)SchemaSchemaRepository. getDefaultSchema()SchemaSchemaObject. getSchema()Methods in com.alibaba.druid.sql.repository that return types with arguments of type Schema Modifier and Type Method Description Collection<Schema>SchemaRepository. getSchemas()Methods in com.alibaba.druid.sql.repository with parameters of type Schema Modifier and Type Method Description voidSchemaRepository. setDefaultSchema(Schema schema)Constructors in com.alibaba.druid.sql.repository with parameters of type Schema Constructor Description SchemaObject(Schema schema, String name, SchemaObjectType type)SchemaObject(Schema schema, String name, SchemaObjectType type, SQLStatement statement)
-