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 and Description |
---|---|
Database |
ProcedureConnection.getDatabase()
Returns the Database object for this database providing access to various
general database features including backing up replication and
configuration.
|
Database |
DefaultDataTable.getDatabase()
Returns the Database object this table is part of.
|
Database |
DatabaseConnection.getDatabase()
Returns the Database object for this connection.
|
Database |
JoinedTable.getDatabase()
We simply pick the first table to resolve the Database object.
|
Database |
User.getDatabase()
Returns the Database object that this user belongs to.
|
Database |
FilterTable.getDatabase()
Returns the parent Database object.
|
abstract Database |
Table.getDatabase()
Returns the Database object that this table is derived from.
|
Database |
CompositeTable.getDatabase() |
Database |
DataTableFilter.getDatabase()
Returns the Database context for this filtered table.
|
Database |
DatabaseQueryContext.getDatabase()
Returns the Database object that this context is a child of.
|
Constructor and Description |
---|
TemporaryTable(Database database,
String name,
DataTableColumnDef[] fields)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
Database |
DBSystem.getDatabase()
Returns the com.mckoi.database.Database object for this control.
|
Modifier and Type | Method and Description |
---|---|
protected Database |
AbstractJDBCDatabaseInterface.getDatabase()
Returns the Database that is the context of this interface.
|
Constructor and Description |
---|
AbstractJDBCDatabaseInterface(Database database)
Sets up the database interface.
|
JDBCDatabaseInterface(Database database,
String host_name)
Sets up the processor.
|
TCPServer(Database database)
Constructs the TCPServer over the given DatabaseSystem configuration.
|
Copyright © 2015. All rights reserved.