Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
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.
|
Copyright © 2018. All rights reserved.