|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HsqlProperties | |
org.hsqldb | |
org.hsqldb.jdbc |
Uses of HsqlProperties in org.hsqldb |
Methods in org.hsqldb that return HsqlProperties | |
static HsqlProperties |
HsqlProperties.argArrayToProps(String[] arg,
String type)
Creates and populates an HsqlProperties Object from the arguments array of a Main method. |
static HsqlProperties |
HsqlProperties.delimitedArgPairsToProps(String s,
String pairsep,
String dlimiter,
String type)
Creates and populates a new HsqlProperties Object using a string such as "key1=value1;key2=value2" The string that represents the = sign above is specified as pairsep and the one that represents the semicolon is specified as delimiter, allowing any string to be used for either. |
protected static HsqlProperties |
Server.getPropertiesFromFile(String path)
|
Methods in org.hsqldb with parameters of type HsqlProperties | |
static Session |
DatabaseManager.newSession(String type,
String path,
String user,
String password,
boolean ifexists,
HsqlProperties props)
Used by in-process connections and by Servlet |
void |
HsqlProperties.addProperties(HsqlProperties props)
|
void |
Server.setProperties(HsqlProperties p)
Sets server properties using the specified properties object |
Uses of HsqlProperties in org.hsqldb.jdbc |
Constructors in org.hsqldb.jdbc with parameters of type HsqlProperties | |
jdbcConnection(HsqlProperties props)
Constructs a new external Connection to an HSQLDB
Database . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |