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