Module org.hsqldb
Package org.hsqldb.server
Contains the HyperSQL network listener classes.
The Server
class is the standard server.
The WebServer
class is the alternative server which uses the HTTP
protocol.
-
Interface Summary Interface Description HsqlSocketRequestHandler Interface HsqlSocketRequestHandlerServerConstants An enumeration of the property keys and default property values used by HSQLDB servers -
Class Summary Class Description HsqlServerFactory HsqlServerFactoryHsqlSocketFactory Base class for producing the Socket objects used by HSQLDB.HsqlSocketFactorySecure The default secure socket factory implementation.OdbcUtil Static values and methods to facilitate servicing ODBC clients.PgType Postgres types.Server The HyperSQL hsql: and hsqls: protocol network database server.ServerAcl A list of ACL permit and deny entries with a permitAccess method which tells whether candidate addresses are permitted or denied by this ACL list.ServerConfiguration Assists with Server and WebServer configuration tasks.ServerProperties A subclass HsqlProperties with functionality needed for the HSQLDB Server implementations.WebServer The HyperSQL http: and https: protocol network database server. -
Exception Summary Exception Description ServerAcl.AclFormatException