ACE|JET:: CHECK_CONSTRAINTS
returns the check constraints that are defined in the
database file.
ACE|JET::COLUMNS<"table-name"> , <"column-name">
returns the columns of the tables that
are defined in the database file.
ACE|JET::CONSTRAINT_COLUMN_USAGE<"table-name"> ,<"column-name">
returns the columns that are used by referential
constraints, unique constraints,
check constraints, and
assertions that are defined in the database file.
ACE|JET::FOREIGN_KEYS<"primary-key-table-name"> , <"foreign-key-table-name">
returns the foreign key columns that are
defined in the database file.
ACE|JET::INDEXES<"index-name"> , <"table-name">
returns the indexes that are defined in
the database file.
ACE|JET::KEY_COLUMN_USAGE<"constraint-name"> , <"table-name"> ,
<"column-name">
returns
the key columns that are defined in the database file.
ACE|JET::PRIMARY_KEYS<"table-name">
returns the primary key columns that
are defined in the database file.
ACE|JET::PROCEDURES <"procedure-name">
returns the procedures that are defined
in the database file.
ACE|JET::PROVIDER_TYPES
returns information about the base data types that are
supported by the Jet data provider.
ACE|JET::REFERENTIAL_CONSTRAINTS <"constraint-name">
returns the referential constraints that
are defined in the database file.
ACE|JET:: STATISTICS <"table-name">
returns the statistics that are defined
in the database file.
ACE|JET::TABLE_CONSTRAINTS <"constraint-name"> , <"table-name"> ,
<"constraint-type">
returns the table constraints that are defined in the database
file.
ACE|JET::TABLES <"table-name"> , <"table-type">
returns the tables that are defined
in the database file.
ACE|JET::VIEWS <"table-name">
returns the viewed tables that are defined in the database
file.