Standard Tables
The following are examples of standard tables available within ClearSCADA. The table names correspond to the class to which they are related . For example, basic information for points in a ClearSCADA system is contained in the CDBPoint table. The CDBPoint table is made up from the CDBPoint class and its base classes.
- CAbstractAG—Abstract Advanced Analog Point
- CAbstractCount—Abstract Advanced Counter Point
- CAbstractDG—Abstract Advanced Digital Point
- CAdvPoint—Abstract Advanced Point
- CDBObject—Base Object class
- CDBPoint—Abstract Point
- CPointAlg—Abstract Simple Analog Point
- CPointAlgManual—Internal Analog Point.
NOTE: You can use the ClearSCADA Database Schema to display a list of the available creatable classes for which there are corresponding tables. (see Working with the Database Schema).
Further Information