Uses of Class
com.mckoi.database.control.DBSystem
-
Packages that use DBSystem Package Description com.mckoi.database.control -
-
Uses of DBSystem in com.mckoi.database.control
Methods in com.mckoi.database.control that return DBSystem Modifier and Type Method Description DBSystem
DBController. createDatabase(DBConfig config, java.lang.String admin_user, java.lang.String admin_pass)
Creates a database in the local JVM (and filesystem) given the configuration in DBConfig and returns a DBSystem object.DBSystem
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 DBSystem Constructor Description TCPJDBCServer(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, java.net.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.
-