| Name | Type | Description |
|---|---|---|
| CKBuildRevision | Function | Returns the build revision of the Connectivity Kit. |
| CKMajorRevision | Function | Returns the major revision of the Connectivity Kit. |
| CKMinorRevision | Function | Returns the minor revision of the Connectivity Kit. |
| CKReleaseRevision | Function | Returns the release revision of the Connectivity Kit. |
| CKRevision | Function | Returns the Connectivity Kit revision in the format Major.Minor.Release.Build. |
| CLIDFDateToSQLDate | Function | |
| CLISQLDateToDFDate | Function | |
| ColumnName | Function | Returns the name of the column enumerated at the given position by EnumerateColumns. |
| CreateConnectionID | Function | (Obsolete) Creates a DataFlex Connection ID |
| DeleteConnectionID | Function | (Obsolete) Deletes a DataFlex connection ID |
| DriverIndex | Function | Returns the index for a loaded driver |
| DumpStatus | Procedure | Dumps the current status of the Connectivity Kit to an ASCII disk file. |
| EnumerateColumns | Function | Enumerates all column names for a given table. |
| EnumerateTables | Function | Enumerates tables in the given database. |
| ExtractPartFromRevision | Function | |
| IsMinimalRevision | Function | Checks if a Connectivity Kit complies with a minimal revision. |
| LastDriverError | Function | Returns the string value of the last generated driver error. |
| MaxUsers | Function | Returns the maximum number of users of the Connectivity Kit. |
| ReadConfiguration | Procedure | Forces the Connectivity Kit to reread the driver configuration file. |
| RedirectConnection | Function | (Obsolete) Redirects an existing connection. Returns whether redirection was successful. |
| RedirectIdConnectString | Function | (Obsolete) Redirects a connection of a connection ID |
| RegistrationName | Function | Returns the registration name of the Connectivity Kit. |
| RIMValueToText | Function | Converts a DF_FILE_GENERATE_RECORD_ID_METHOD attribute value to the corresponding text. |
| ROValueToText | Function | Converts a DF_FIELD_READ_ONLY attribute value to the corresponding text. |
| SchemaName | Function | Returns the schema of the table enumerated at the given position by EnumerateTables. |
| SerialNumber | Function | Returns the Connectivity Kit serial number. |
| TableComment | Function | Returns the comment of the table enumerated at the given position by EnumerateTables. |
| TableName | Function | Returns the name of the table enumerated at the given position by EnumerateTables. |
| TableType | Function | Returns the type of the table enumerated at the given position by EnumerateTables. |
| TextToRIMValue | Function | Converts a record identity text to the DF_FILE_GENERATE_RECORD_ID_METHOD attribute value |
| TextToROValue | Function | Converts a read only text to the DF_FIELD_READ_ONLY attribute value. |
Inherited Methods from Array | ||
| Delete_Data | Procedure | Deletes all data from the Array object |
| Delete_Item | Procedure | Removes the specified item from the Array and compacts the remaining elements |
| Sort_Items | Procedure | Sorts the items in an array in ascending or descending order |
Inherited Methods from cObject | ||
| ChildByIndex | Function | Can be used to iterate the direct children of an object |
| ClassSuperClass | Function | Returns the superclass of the passed class |
| Create | Function | Creates an object based on the passed Class Id |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
| Exit_Application | Procedure | Starts the process of closing an application |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
| Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |