Utility Methods - cDbUpdateFunctionLibrary

Name

Type

Description

UtilEnumerateOverlapFields

Function

To returns a string array of fields that make up an overlap field.

UtilEnumerateColumnTypes

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.

UtilColumnTypeToInteger

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.

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.

UtilTableHandleToString

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.

UtilTableNameToString

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.

UtilColumnExists

Function

Checks if a field name/column name exists in a table definition.

UtilTableIsAlias

Function

Pass a table handle (Filelist.cfg number). Returns True if table is an Alias table.

UtilTableOpen

Function

Opens a table directly through the driver and doesn't rely on .int file settings.

UtilTableNumberIsInUse

Function

Returns True if the passed table number exists in Filelist.cfg

UtilTableIsSQL

Function

Returns True if the root name has a driver specification.

UtilTableIsSQLByRootName

Function

Returns True if the root name has a driver specification.