Loading...
 

CXS_DATABASE

CXS_DATABASE

Class hierarchy
Description:

This class represents a database. (See also CXS_DATABASE and CXS_SEGMENT)

The database path in the DDI field "path" normally corresponds to the environment variable where the actual path is stored. To get the full database path, always use GetPath or GetOSPath.

Code example:
GetManager(OBJECT) Call(GetDatabases)
List of methods (MDI)
Function MA* Parameters Return Brief description
GetNumber
227219
INTEGERReturns the database number
GetOSPath STRING Read database path from the database
GetPath STRING Read out the database path of this object
GetSegments COLLECTION all segments of this database
IsMVCC
215529
TRUE | FALSE TRUE, if the database is currently open in MVCC mode

* MA = Member Access function,
grey background = inherited function

Data directory (DDI)
Data field Type Reference class I* Brief description
path STRING Database path

* I = Indexable data field,
grey background = inherited data field

Use in AppsWH
Module Brief description