1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module adodb
{
3 constants CommandTypeEnum
{
4 const long adCmdFile
= 256;
5 const long adCmdStoredProc
= 4;
6 const long adCmdTable
= 2;
7 const long adCmdTableDirect
= 512;
8 const long adCmdText
= 1;
9 const long adCmdUnknown
= 8;
10 const long adCmdUnspecified
= -1;
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */