forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPkgCmdID.h
More file actions
27 lines (24 loc) · 937 Bytes
/
PkgCmdID.h
File metadata and controls
27 lines (24 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//****************************************************************************
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// This code is licensed under the Visual Studio SDK license terms.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
//
//****************************************************************************
//
// Definition of the numeric part of the IDs for the CTC elements of this
// package.
//
///////////////////////////////////////////////////////////////////////////////
// Commands
#define cmdidCreateTable 256
#define cmdidAlterTable 257
#define cmdidDropTable 258
#define cmdidCreateIndex 259
#define cmdidDropIndex 260
#define cmdidDropView 261
#define cmdidVacuum 262
#define cmdidRekey 263