summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/dao/LockTypeEnum.idl
blob: cd1f429a014efb1920be4edf36f7093d95fdc3d1 (plain)
1
2
3
4
5
6
7
8
module ooo { module vba { module dao {
    constants LockTypeEnum {
        const long dbOptimistic = 3;
        const long dbOptimisticBatch = 5;
        const long dbOptimisticValue = 1;
        const long dbPessimistic = 2;
    };
}; }; };