Uses of Class
com.mckoi.database.SchemaDef
Packages that use SchemaDef
-
Uses of SchemaDef in com.mckoi.database
Methods in com.mckoi.database that return SchemaDefModifier and TypeMethodDescriptionDatabaseConnection.getSchemaList()
Same as the Transaction.getSchemaList method.Transaction.getSchemaList()
Returns an array of SchemaDef objects for each schema currently setup in the database.DatabaseConnection.resolveSchemaCase
(String name, boolean ignore_case) Same as the Transaction.resolveSchemaCase method.Transaction.resolveSchemaCase
(String name, boolean ignore_case) Resolves the case of the given schema name if the database is performing case insensitive identifier matching.DatabaseConnection.resolveSchemaName
(String name) Convenience - returns the SchemaDef object given the name of the schema.