Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and 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(String name,
boolean ignore_case)
Same as the Transaction.resolveSchemaCase method.
|
SchemaDef |
Transaction.resolveSchemaCase(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(String name)
Convenience - returns the SchemaDef object given the name of the schema.
|
Copyright © 2015. All rights reserved.