DbcDatabase Class |
Namespace: XSharp.RDD
The DbcDatabase type exposes the following members.
Name | Description | |
---|---|---|
Active | Is the database active ? | |
Area | Area number for the cursor in the Databases Datasession | |
Connections | List of connections | |
FileName | Filename for the database | |
HasProperties | (Inherited from DbcObject.) | |
Name | Alias name for the database | |
ObjectID | (Inherited from DbcObject.) | |
ObjectKey | (Inherited from DbcObject.) | |
ObjectName | (Inherited from DbcObject.) | |
ObjectType | (Inherited from DbcObject.) | |
Parent | (Inherited from DbcObject.) | |
ParentID | (Inherited from DbcObject.) | |
Properties | (Inherited from DbcObject.) | |
Tables | List of tables | |
Views | List of views |
Name | Description | |
---|---|---|
DecodeProperties | (Inherited from DbcObject.) | |
FindConnection | Find a connection in the Database container. | |
FindTable | Find a table in the Database container. | |
FindView | Find a view in the Database container. | |
GetData | Loads the tables, views and connections from the DBC file (Overrides GetData.) | |
GetProp | Worker method for DbGetProp() | |
LoadChildren | (Inherited from DbcObject.) | |
Read | (Inherited from DbcObject.) | |
ReadChild | (Inherited from DbcObject.) | |
ReadField | (Inherited from DbcObject.) | |
SetProp | -- todo -- |