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