Module org.hsqldb

Package org.hsqldb.server


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.

  • Class
    Description
    HsqlServerFactory
    Base class for producing the Socket objects used by HSQLDB.
    The default secure socket factory implementation.
    Interface HsqlSocketRequestHandler
    Static values and methods to facilitate servicing ODBC clients.
    Postgres types.
    The HyperSQL hsql: and hsqls: protocol network database server.
    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.
     
    Assists with Server and WebServer configuration tasks.
    An enumeration of the property keys and default property values used by HSQLDB servers
    A subclass HsqlProperties with functionality needed for the HSQLDB Server implementations.
    The HyperSQL http: and https: protocol network database server.