Uses of Class
com.mckoi.database.control.DBSystem
Packages that use DBSystem
-
Uses of DBSystem in com.mckoi.database.control
Methods in com.mckoi.database.control that return DBSystemModifier and TypeMethodDescriptionDBController.createDatabase
(DBConfig config, String admin_user, String admin_pass) Creates a database in the local JVM (and filesystem) given the configuration in DBConfig and returns a DBSystem object.DBController.startDatabase
(DBConfig config) Starts a database in the local JVM given the configuration in DBConfig and returns a DBSystem object.Constructors in com.mckoi.database.control with parameters of type DBSystemModifierConstructorDescriptionTCPJDBCServer
(DBSystem system) Constructs the TCP JDBC with the given DBSystem object, and sets the TCP port and address (for multi-homed computers) to the setting of the configuration in 'system'.TCPJDBCServer
(DBSystem system, int tcp_port) Constructs the TCP JDBC with the given DBSystem object, and sets the TCP port that we serve the database from.TCPJDBCServer
(DBSystem system, InetAddress bind_address, int tcp_port) Constructs the TCP JDBC with the given DBSystem object, and sets the inet address and TCP port that we serve the database from.