Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/oovbaapi/ooo/vba/dao/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 684 B image not shown  

Quelle  RecordsetOptionEnum.idl   Sprache: unbekannt

 
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
    constants RecordsetOptionEnum {
        const long dbAppendOnly = 8;
        const long dbConsistent = 32;
        const long dbDenyRead = 2;
        const long dbDenyWrite = 1;
        const long dbExecDirect = 2048;
        const long dbFailOnError = 128;
        const long dbForwardOnly = 256;
        const long dbInconsistent = 16;
        const long dbReadOnly = 4;
        const long dbRunAsync = 1024;
        const long dbSeeChanges = 512;
        const long dbSQLPassThrough = 64;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]