Uses of Class
com.mckoi.database.SchemaDef
-
Packages that use SchemaDef Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of SchemaDef in com.mckoi.database
Methods in com.mckoi.database that return SchemaDef Modifier and Type Method Description SchemaDef[]
DatabaseConnection. getSchemaList()
Same as the Transaction.getSchemaList method.SchemaDef[]
Transaction. getSchemaList()
Returns an array of SchemaDef objects for each schema currently setup in the database.SchemaDef
DatabaseConnection. resolveSchemaCase(java.lang.String name, boolean ignore_case)
Same as the Transaction.resolveSchemaCase method.SchemaDef
Transaction. resolveSchemaCase(java.lang.String name, boolean ignore_case)
Resolves the case of the given schema name if the database is performing case insensitive identifier matching.SchemaDef
DatabaseConnection. resolveSchemaName(java.lang.String name)
Convenience - returns the SchemaDef object given the name of the schema.
-