Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method | Description |
---|---|---|
DatabaseSystem |
Database.getSystem() |
Returns the DatabaseSystem that this Database is from.
|
DatabaseSystem |
DatabaseConnection.getSystem() |
Returns the DatabaseSystem object for this connection.
|
Constructor | Description |
---|---|
Database(DatabaseSystem system,
java.lang.String name) |
The Constructor.
|
StatementCache(DatabaseSystem system,
int hash_size,
int max_size,
int clean_percentage) |
Constructs the cache.
|
Copyright © 2018. All rights reserved.