Uses of Class
org.hsqldb.server.ServerProperties
-
Packages that use ServerProperties Package Description org.hsqldb.server Contains the HyperSQL network listener classes. -
-
Uses of ServerProperties in org.hsqldb.server
Methods in org.hsqldb.server that return ServerProperties Modifier and Type Method Description static ServerProperties
ServerConfiguration. getPropertiesFromFile(int protocol, java.lang.String path, java.lang.String extension)
Retrieves a new HsqlProperties object, if possible, loaded from the specified file.static ServerProperties
ServerConfiguration. newDefaultProperties(int protocol)
Retrieves a new default properties object for a server of the specified protocol
-