1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#ifndef __ooo_vba_adodb_SchemaEnum_idl__ 24#define __ooo_vba_adodb_SchemaEnum_idl__ 25 26module ooo { module vba { module adodb { 27 constants SchemaEnum { 28 const long adSchemaAsserts = 0; 29 const long adSchemaCatalogs = 1; 30 const long adSchemaCharacterSets = 2; 31 const long adSchemaCheckConstraints = 5; 32 const long adSchemaCollations = 3; 33 const long adSchemaColumnPrivileges = 13; 34 const long adSchemaColumns = 4; 35 const long adSchemaColumnsDomainUsage = 11; 36 const long adSchemaConstraintColumnUsage = 6; 37 const long adSchemaConstraintTableUsage = 7; 38 const long adSchemaCubes = 32; 39 const long adSchemaDBInfoKeywords = 30; 40 const long adSchemaDBInfoLiterals = 31; 41 const long adSchemaDimensions = 33; 42 const long adSchemaForeignKeys = 27; 43 const long adSchemaHierarchies = 34; 44 const long adSchemaIndexes = 12; 45 const long adSchemaKeyColumnUsage = 8; 46 const long adSchemaLevels = 35; 47 const long adSchemaMeasures = 36; 48 const long adSchemaMembers = 38; 49 const long adSchemaPrimaryKeys = 28; 50 const long adSchemaProcedureColumns = 29; 51 const long adSchemaProcedureParameters = 26; 52 const long adSchemaProcedures = 16; 53 const long adSchemaProperties = 37; 54 const long adSchemaProviderSpecific = -1; 55 const long adSchemaProviderTypes = 22; 56 const long adSchemaReferentialConstraints = 9; 57 const long adSchemaReferentialContraints = 9; 58 const long adSchemaSchemata = 17; 59 const long adSchemaSQLLanguages = 18; 60 const long adSchemaStatistics = 19; 61 const long adSchemaTableConstraints = 10; 62 const long adSchemaTablePrivileges = 14; 63 const long adSchemaTables = 20; 64 const long adSchemaTranslations = 21; 65 const long adSchemaTrustees = 39; 66 const long adSchemaUsagePrivileges = 15; 67 const long adSchemaViewColumnUsage = 24; 68 const long adSchemaViews = 23; 69 const long adSchemaViewTableUsage = 25; 70 }; 71}; }; }; 72 73#endif 74