Skip to content

Methods for cODBCHandler

View method list in alphabetical order.

Name Type Description Defining Class
DataSources Function cODBCHandler
DataSourceType Procedure Set cODBCHandler

Inherited Methods from cCLIHandler

Name Type Description Defining Class
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
CLIDFDateToSQLDate Function cCLIHandler
CLISQLDateToDFDate Function cCLIHandler
ColumnName Function Returns the name of the column enumerated at the given position by EnumerateColumns. cCLIHandler
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
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
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
ExtractPartFromRevision Function cCLIHandler
IsMinimalRevision Function Checks if a Connectivity Kit complies with a minimal revision. cCLIHandler
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
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
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
SerialNumber Function Returns the Connectivity Kit serial number. cCLIHandler
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

Inherited Methods from Array

Name Type Description Defining Class
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
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

Inherited Methods from cObject

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
ClassSuperClass Function Returns the superclass of the passed class This returns the superclass of the passed class. cObject
Create Function Creates an object based on the passed Class Id The Create function is used to dynamically create objects. cObject
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
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
Exit_Application Procedure Starts the process of closing an application The Exit_Application message is used to close the program. cObject
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
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
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
Request_Destroy_Object Procedure Use the Destroy method instead This method is used to destroy an object and all of its children. cObject