Utility Methods - cDbUpdateFunctionLibrary
Name |
Type |
Description |
Function |
To returns a string array of fields that make up an overlap field. |
|
Function |
Use the UtilEnumerateColumnTypes function to fetch a struct array based on the iDbType and sDriverID values passed with info about all data types and their names and capacity. |
|
Function |
To convert from a data type string value and its integer constant declaration . E.g."VarChar" to SQL_VarChar. The reciprocal function of UtilColumnTypeToString. |
|
Function |
To convert between data type string value and its integer constant declaration . E.g."VarChar" to SQL_VarChar. The reciprocal function of UtilColumnTypeToInteger. |
|
Function |
To determine a table's back end table name when using Embedded SQL. Since Embedded SQL works on the back end directly, the back end's name must be used. |
|
Function |
To convert between a table handle and the table name string value. To do the opposite; To get the file handle from a table name string use the UtilTableToHandle function. |
|
Function |
Checks if a field name/column name exists in a table definition. |
|
Function |
Pass a table handle (Filelist.cfg number). Returns True if table is an Alias table. |
|
Function |
Opens a table directly through the driver and doesn't rely on .int file settings. |
|
Function |
Returns True if the passed table number exists in Filelist.cfg |
|
Function |
Returns True if the root name has a driver specification. |
|
Function |
Returns True if the root name has a driver specification. |