pascalSCADA OPM: dbstructurechecker

Pascal SCADA OPM

Unit dbstructurechecker

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TDatabaseObject  
Class TIndex  
Class TUniqueIndex  
Class TPrimaryKeyIndex  
Record TFieldLink  
Class TForeignKey  
Class TCollumnDefinition  
Class TTableMetadata  
Class TDatabaseMetadata  

Functions and Procedures

function SortTableList(Item1, Item2: Pointer): LongInt;

Types

TDatabaseObjectState = (...);
TDatabaseNameKind = (...);
TUniqueIndexClass = class of TUniqueIndex;
TPrimaryKeyIndexClass = class of TPrimaryKeyIndex;
TFieldLinks = array of TFieldLink;
TForeignKeyRestriction = (...);
TForeignKeyClass = class of TForeignKey;
TCollumnDefinitionClass = Class of TCollumnDefinition;
TTableMetadataClass = Class of TTableMetadata;

Description

Functions and Procedures

function SortTableList(Item1, Item2: Pointer): LongInt;
 

Types

TDatabaseObjectState = (...);

forward declaration.

Values
  • dosUnknown
  • dosChanged
  • dosDontExists
  • dosOK
TDatabaseNameKind = (...);
 
Values
  • dbkTableName
  • dbkFieldName
  • dbkIndexName
TUniqueIndexClass = class of TUniqueIndex;
 
TPrimaryKeyIndexClass = class of TPrimaryKeyIndex;
 
TFieldLinks = array of TFieldLink;
 
TForeignKeyRestriction = (...);
 
Values
  • fkrNoAction
  • fkrRestrict
  • fkrCascade
TForeignKeyClass = class of TForeignKey;
 
TCollumnDefinitionClass = Class of TCollumnDefinition;
 
TTableMetadataClass = Class of TTableMetadata;
 

Generated by PasDoc 0.14.0.