Name
SchemaEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
Synopsis
The SchemaEnum enumeration indicates the type of schema information that is returned from the OpenSchema method of the Connection object.
Table E-44. The SchemaEnum Enumeration
Enumeration (ADO/WFC) |
Value |
Description |
---|---|---|
adSchemaAsserts (ASSERTS) |
0 |
Returns assertions for a catalog of a user. Constraint columns include:
|
adSchemaCatalogs (CATALOGS) |
1 |
Returns the physical arguments associated with catalogs accessible from the data source. Constraint columns include:
|
adSchemaCharacterSets (CHARACTERSETS) |
2 |
Returns the available character sets for a catalog of a user. Constraint columns include:
|
adSchemaCheckConstraints (CHECKCONTRAINTS) |
5 |
Returns the check constraints for a catalog of a user. Constraint columns include:
|
adSchemaCollations (COLLATIONS) |
3 |
Returns the character collations for a catalog of a user. Constraint columns include:
|
adSchemaColumnPrivileges (COLUMNPRIVILEGES) |
13 |
Returns privileges for columns of tables in a catalog of -- or granted by -- a user. Constraint columns include:
|
adSchemaColumns (COLUMNS) |
4 |
Returns columns of tables and views for a catalog of a user. Constraint columns include: ... |
Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.