Package | Description |
---|---|
com.mckoi.database.control |
Modifier and Type | Method and Description |
---|---|
DBSystem |
DBController.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.
|
DBSystem |
DBController.startDatabase(DBConfig config)
Starts a database in the local JVM given the configuration in DBConfig
and returns a DBSystem object.
|
Constructor and 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,
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.
|
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.
|
Copyright © 2015. All rights reserved.