Package | Description |
---|---|
com.mckoi.database.control |
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.
|
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.
|
Copyright © 2018. All rights reserved.