1 module ooo
{ module vba
{ module adodb
{
3 const long adSchemaAsserts
= 0;
4 const long adSchemaCatalogs
= 1;
5 const long adSchemaCharacterSets
= 2;
6 const long adSchemaCheckConstraints
= 5;
7 const long adSchemaCollations
= 3;
8 const long adSchemaColumnPrivileges
= 13;
9 const long adSchemaColumns
= 4;
10 const long adSchemaColumnsDomainUsage
= 11;
11 const long adSchemaConstraintColumnUsage
= 6;
12 const long adSchemaConstraintTableUsage
= 7;
13 const long adSchemaCubes
= 32;
14 const long adSchemaDBInfoKeywords
= 30;
15 const long adSchemaDBInfoLiterals
= 31;
16 const long adSchemaDimensions
= 33;
17 const long adSchemaForeignKeys
= 27;
18 const long adSchemaHierarchies
= 34;
19 const long adSchemaIndexes
= 12;
20 const long adSchemaKeyColumnUsage
= 8;
21 const long adSchemaLevels
= 35;
22 const long adSchemaMeasures
= 36;
23 const long adSchemaMembers
= 38;
24 const long adSchemaPrimaryKeys
= 28;
25 const long adSchemaProcedureColumns
= 29;
26 const long adSchemaProcedureParameters
= 26;
27 const long adSchemaProcedures
= 16;
28 const long adSchemaProperties
= 37;
29 const long adSchemaProviderSpecific
= -1;
30 const long adSchemaProviderTypes
= 22;
31 const long adSchemaReferentialConstraints
= 9;
32 const long adSchemaReferentialContraints
= 9;
33 const long adSchemaSchemata
= 17;
34 const long adSchemaSQLLanguages
= 18;
35 const long adSchemaStatistics
= 19;
36 const long adSchemaTableConstraints
= 10;
37 const long adSchemaTablePrivileges
= 14;
38 const long adSchemaTables
= 20;
39 const long adSchemaTranslations
= 21;
40 const long adSchemaTrustees
= 39;
41 const long adSchemaUsagePrivileges
= 15;
42 const long adSchemaViewColumnUsage
= 24;
43 const long adSchemaViews
= 23;
44 const long adSchemaViewTableUsage
= 25;