Uses of Class
com.mckoi.database.Database
Packages that use Database
Package
Description
The core database classes for Mckoi.
Implementation of the DatabaseInterface interface,
including classes to handle local (embedded) mode
and remote (client/server) mode.
-
Uses of Database in com.mckoi.database
Methods in com.mckoi.database that return DatabaseModifier and TypeMethodDescriptionCompositeTable.getDatabase()
DatabaseConnection.getDatabase()
Returns the Database object for this connection.DatabaseQueryContext.getDatabase()
Returns the Database object that this context is a child of.DataTableFilter.getDatabase()
Returns the Database context for this filtered table.DefaultDataTable.getDatabase()
Returns the Database object this table is part of.FilterTable.getDatabase()
Returns the parent Database object.JoinedTable.getDatabase()
We simply pick the first table to resolve the Database object.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.User.getDatabase()
Returns the Database object that this user belongs to.Constructors in com.mckoi.database with parameters of type DatabaseModifierConstructorDescriptionTemporaryTable
(Database database, String name, DataTableColumnDef[] fields) The Constructor. -
Uses of Database in com.mckoi.database.control
Methods in com.mckoi.database.control that return DatabaseModifier and TypeMethodDescriptionDBSystem.getDatabase()
Returns the com.mckoi.database.Database object for this control. -
Uses of Database in com.mckoi.database.jdbcserver
Methods in com.mckoi.database.jdbcserver that return DatabaseModifier and TypeMethodDescriptionprotected final Database
AbstractJDBCDatabaseInterface.getDatabase()
Returns the Database that is the context of this interface.Constructors in com.mckoi.database.jdbcserver with parameters of type DatabaseModifierConstructorDescriptionAbstractJDBCDatabaseInterface
(Database database) Sets up the database interface.JDBCDatabaseInterface
(Database database, String host_name) Sets up the processor.Constructs the TCPServer over the given DatabaseSystem configuration.