|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hsqldb.Server
Server acts as a database server and is one way of using the client-server mode of HSQL Database Engine. This server can only process database queries.
An applet or application will use only the JDBC classes to access the database.
The Server can be configured with the file 'server.properties'. This is an example of the file:
server.port=9001If the server is embedded in an application server, such as when DataSource or HsqlServerFactory classes are used, it is necessary to avoid calling System.exit() when the HSQLDB is shutdown with an SQL command.server.database=test
server.silent=true
Constructor Summary | |
Server()
|
Method Summary | |
static void |
main(java.lang.String[] arg)
Method declaration |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Server()
Method Detail |
public static void main(java.lang.String[] arg)
arg
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |