Please enable JavaScript to view this site.

ESL Documentation

Command Name

Level

Purpose

EDSColumnPrivileges

Level 2

Returns a list of columns and associated privileges for one or more tables.

EDSColumns

Level 1

Returns the list of column names in specified tables.

EDSForeignKeys

Level 2

Returns a list of column names that comprise foreign keys, if they exist for a specified table.

EDSPrimaryKeys

Level 2

Returns a list of column names that are used in a primary key.

EDSProcedures

Level 2

Returns the list of procedure names stored in a specific data source.

EDSSpecialColumns

Level 1

Returns information about two sets of columns: the optimal set of columns for unique row identification, or the set of columns that are automatically updated when any value in the row is updated.

EDSStatistics

Level 1

Returns statistics about a table and its indexes.

EDSTablePrivileges

Level 2

Returns a list of tables and matching privileges.

EDSTables

Level 1

Returns a list of table names stored in a specific data source.