| Package | Description | 
|---|---|
| com.tailf.cdb | 
 Package with methods for connecting to the configuration database. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CdbUpgradeSession | 
Cdb.startUpgradeSession()
Similar to  
Cdb.startSession() but always returns
 a CdbUpgradeSession. | 
CdbUpgradeSession | 
Cdb.startUpgradeSession(CdbDBType dbtype)
Similar to  
Cdb.startSession(CdbDBType) but always returns
 a CdbUpgradeSession. | 
CdbUpgradeSession | 
Cdb.startUpgradeSession(CdbDBType dbtype,
                   EnumSet<CdbLockType> lockflags)
Similar to  
Cdb.startSession(CdbDBType, EnumSet) but always returns
 a CdbUpgradeSession. |