|
<< Click to Display Table of Contents >> Capability or schema functions |
![]() ![]()
|
Each Borland Database Engine (BDE) function listed below returns information about a data source's capabilties, or about its schema.
Function |
Description |
Returns a handle to an in-memory table listing all the nodes in the configuration file accessible by the specified path. |
|
Creates an in-memory table containing a list of accessible databases and their descriptions. |
|
Creates an in-memory table containing a list of driver names available to the client application. |
|
Creates an in-memory table listing the family members associated with a specified table. |
|
Creates an in-memory table listing the fields in a specified table and their descriptions. |
|
Creates an in-memory table containing a list of field types supported by the table type for the driver type. |
|
Returns a list of arguments to a data source function. |
|
Returns a description of a data source function. |
|
Opens a cursor on an in-memory table listing the indexes on a specified table, along with their descriptions. |
|
Creates an in-memory table containing a list of all supported index types for the driver type. |
|
Creates an in-memory table containing a list of locks acquired on the table. |
|
Creates an in-memory table listing the referential integrity links for a specified table, along with their descriptions. |
|
Creates an in-memory table listing record-level security information about a specified table. |
|
Creates an in-memory table with information about all the tables accessible to the client application. |
|
Creates an in-memory table listing table type names for the given driver. |
|
Creates an in-memory table containing records with information about validity checks for fields within the specified table. |