|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DBConfig
A container object of configuration details of a database system. This object can be used to programmatically setup configuration properies in a database system.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |