SQL Utility Functions - cDbUpdateFunctionLibrary
Name |
Type |
Description |
Function |
Checks if a column/field name exists in an SQL table definition. Returns True if it does. |
|
Function |
To enumerate the SQL Servers available on the current machine. |
|
Function |
To enumerate the databases for the passed driver. |
|
Function |
To enumerate tables. |
|
Function |
To enumerate table spaces |
|
Function |
To enumerate columns/fields |
|
Function |
To enumerate .int files (intermediate files) for the Data folder. |
|
Function |
To enumerate logged in users for a particular database. |
|
Function |
Executes the passed memory resource as an SQL (ESQL) script. |
|
Procedure |
Executes the passed string as an ESQL statement (Embedded SQL). |
|
Function |
To change all .int files in a Data folder to use connection IDs. Changes .int files with explicit User id's and passwords to use Connection ID's |
|
Function |
To refresh an .int file after a table has been changed with an external tool. |
|
Procedure |
Reads a resource that has been embedded by the compiler with the SQLIncludeScriptFile command and writes it to disk. |
|
Function |
To back up an SQL database to disk. Currently only available for MS-SQL Server. |
|
Function |
Returns True if the Filelist.cfg entry points to SQL and an .int file exists. |
|
Function |
To get the SQL default NULL value for a data type |
|
Function |
Returns True if the passed table handle (Filelist.cfg number) is an SQL View type |
|
Function |
Returns a table name with an underscore followed by a GUID. |