Methods for cCLIHandler

View method list in alphabetical order

NameTypeDescription
CKBuildRevisionFunctionReturns the build revision of the Connectivity Kit.
CKMajorRevisionFunctionReturns the major revision of the Connectivity Kit.
CKMinorRevisionFunctionReturns the minor revision of the Connectivity Kit.
CKReleaseRevisionFunctionReturns the release revision of the Connectivity Kit.
CKRevisionFunctionReturns the Connectivity Kit revision in the format Major.Minor.Release.Build.
CLIDFDateToSQLDateFunction
CLISQLDateToDFDateFunction
ColumnNameFunctionReturns the name of the column enumerated at the given position by EnumerateColumns.
CreateConnectionIDFunction(Obsolete) Creates a DataFlex Connection ID
DeleteConnectionIDFunction(Obsolete) Deletes a DataFlex connection ID
DriverIndexFunctionReturns the index for a loaded driver
DumpStatusProcedureDumps the current status of the Connectivity Kit to an ASCII disk file.
EnumerateColumnsFunctionEnumerates all column names for a given table.
EnumerateTablesFunctionEnumerates tables in the given database.
ExtractPartFromRevisionFunction
IsMinimalRevisionFunctionChecks if a Connectivity Kit complies with a minimal revision.
LastDriverErrorFunctionReturns the string value of the last generated driver error.
MaxUsersFunctionReturns the maximum number of users of the Connectivity Kit.
ReadConfigurationProcedureForces the Connectivity Kit to reread the driver configuration file.
RedirectConnectionFunction(Obsolete) Redirects an existing connection. Returns whether redirection was successful.
RedirectIdConnectStringFunction(Obsolete) Redirects a connection of a connection ID
RegistrationNameFunctionReturns the registration name of the Connectivity Kit.
RIMValueToTextFunctionConverts a DF_FILE_GENERATE_RECORD_ID_METHOD attribute value to the corresponding text.
ROValueToTextFunctionConverts a DF_FIELD_READ_ONLY attribute value to the corresponding text.
SchemaNameFunctionReturns the schema of the table enumerated at the given position by EnumerateTables.
SerialNumberFunctionReturns the Connectivity Kit serial number.
TableCommentFunctionReturns the comment of the table enumerated at the given position by EnumerateTables.
TableNameFunctionReturns the name of the table enumerated at the given position by EnumerateTables.
TableTypeFunctionReturns the type of the table enumerated at the given position by EnumerateTables.
TextToRIMValueFunctionConverts a record identity text to the DF_FILE_GENERATE_RECORD_ID_METHOD attribute value
TextToROValueFunctionConverts a read only text to the DF_FIELD_READ_ONLY attribute value.

Inherited Methods from Array

Delete_DataProcedureDeletes all data from the Array object
Delete_ItemProcedureRemoves the specified item from the Array and compacts the remaining elements
Sort_ItemsProcedureSorts the items in an array in ascending or descending order

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]