summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcDataObjectType.idl
blob: 17a24f7841438f1fed449aa1e8aa6cbd34a6e7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
module ooo { module vba { module access {
    constants AcDataObjectType {
        const long acActiveDataObject = -1;
        const long acDataForm = 2;
        const long acDataFunction = 10;
        const long acDataQuery = 1;
        const long acDataServerView = 7;
        const long acDataStoredProcedure = 9;
        const long acDataTable = 0;
    };
}; }; };