Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
com.mckoi.database.control | |
com.mckoi.database.jdbcserver |
Implementation of the DatabaseInterface interface,
including classes to handle local (embedded) mode
and remote (client/server) mode.
|
Modifier and Type | Method | Description |
---|---|---|
Database |
CompositeTable.getDatabase() |
|
Database |
DatabaseConnection.getDatabase() |
Returns the Database object for this connection.
|
Database |
DatabaseQueryContext.getDatabase() |
Returns the Database object that this context is a child of.
|
Database |
DataTableFilter.getDatabase() |
Returns the Database context for this filtered table.
|
Database |
DefaultDataTable.getDatabase() |
Returns the Database object this table is part of.
|
Database |
FilterTable.getDatabase() |
Returns the parent Database object.
|
Database |
JoinedTable.getDatabase() |
We simply pick the first table to resolve the Database object.
|
Database |
ProcedureConnection.getDatabase() |
Returns the Database object for this database providing access to various
general database features including backing up replication and
configuration.
|
abstract Database |
Table.getDatabase() |
Returns the Database object that this table is derived from.
|
Database |
User.getDatabase() |
Returns the Database object that this user belongs to.
|
Constructor | Description |
---|---|
TemporaryTable(Database database,
java.lang.String name,
DataTableColumnDef[] fields) |
The Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
Database |
DBSystem.getDatabase() |
Returns the com.mckoi.database.Database object for this control.
|
Modifier and Type | Method | Description |
---|---|---|
protected Database |
AbstractJDBCDatabaseInterface.getDatabase() |
Returns the Database that is the context of this interface.
|
Constructor | Description |
---|---|
AbstractJDBCDatabaseInterface(Database database) |
Sets up the database interface.
|
JDBCDatabaseInterface(Database database,
java.lang.String host_name) |
Sets up the processor.
|
TCPServer(Database database) |
Constructs the TCPServer over the given DatabaseSystem configuration.
|
Copyright © 2018. All rights reserved.