AbstractDBConfig
, DefaultDBConfig
public interface DBConfig
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
currentPath() |
Returns the current path set for this configuration.
|
java.lang.String |
getValue(java.lang.String property_key) |
Returns the value that was set for the configuration property with the
given name.
|
DBConfig |
immutableCopy() |
Makes an immutable copy of this configuration.
|
java.io.File currentPath()
java.lang.String getValue(java.lang.String property_key)
This method must always returns a value that the database engine can use provided the 'property_key' is a supported key. If the property key is not supported and the key was not set, null is returned.
DBConfig immutableCopy()
Copyright © 2018. All rights reserved.