Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
Modifier and Type | Method and Description |
---|---|
static Config |
ConfigLoader.getConfig()
Returns the parsed configuration instance.
|
static Config |
Config.load(File file)
Extracts configuration values from the given file and returns them encapsulated
in a Config instance.
|
static Config |
Config.load(Properties properties)
Extracts configuration values from the given Properties instance and returns them
encapsulated in a Config instance.
|
Constructor and Description |
---|
QueryExecution(JDBCConnectionCredentials connectionCredentials,
Config globalConfig)
Creates a new instance of QueryExecution.
|
Copyright © 2013. All Rights Reserved.