DBFunctions(ExtProperties configProperties) |
Create a connection to the database using the parameters in this properties file.
|
DBFunctions(ExtProperties configProperties,
java.lang.String sQuery) |
Create a connection to the database using the parameters in this properties file, then execute the given query.
|
DBProperties(DBFunctions connection,
java.lang.String tableName,
java.lang.String keyColumnName,
java.lang.String valueColumnName,
ExtProperties parentConfig) |
Load the values from the specified database, table name, primary key column and value column.
|
DBProperties(DBFunctions connection,
ExtProperties parentConfig) |
Load the values from the specified database.
|
ExtProperties(java.lang.String sBaseConfigDir,
java.lang.String sConfigFilename,
ExtProperties superProperties) |
Load the contents of a .properties file from the sConfDir path.
|
ExtProperties(java.lang.String sBaseConfigDir,
java.lang.String sConfigFilename,
ExtProperties superProperties,
boolean ignoreMissingIncludes) |
Load the contents of a .properties file from the sConfDir path.
|
FallbackProperties(ExtProperties... configProperties) |
Query the given list of configuration sets in order, returning the first defined value in one of them
|