Uses of Class
com.mckoi.database.Database
-
Packages that use Database 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. -
-
Uses of Database in com.mckoi.database
Methods in com.mckoi.database that return Database Modifier and Type Method Description DatabaseCompositeTable. getDatabase()DatabaseDatabaseConnection. getDatabase()Returns the Database object for this connection.DatabaseDatabaseQueryContext. getDatabase()Returns the Database object that this context is a child of.DatabaseDataTableFilter. getDatabase()Returns the Database context for this filtered table.DatabaseDefaultDataTable. getDatabase()Returns the Database object this table is part of.DatabaseFilterTable. getDatabase()Returns the parent Database object.DatabaseJoinedTable. getDatabase()We simply pick the first table to resolve the Database object.DatabaseProcedureConnection. getDatabase()Returns the Database object for this database providing access to various general database features including backing up replication and configuration.abstract DatabaseTable. getDatabase()Returns the Database object that this table is derived from.DatabaseUser. getDatabase()Returns the Database object that this user belongs to.Constructors in com.mckoi.database with parameters of type Database Constructor Description TemporaryTable(Database database, java.lang.String name, DataTableColumnDef[] fields)The Constructor. -
Uses of Database in com.mckoi.database.control
Methods in com.mckoi.database.control that return Database Modifier and Type Method Description DatabaseDBSystem. 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 Database Modifier and Type Method Description protected DatabaseAbstractJDBCDatabaseInterface. getDatabase()Returns the Database that is the context of this interface.Constructors in com.mckoi.database.jdbcserver with parameters of type Database 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.
-