pkgcmdid.h
来自「sqlite 3.3.8 支持加密的版本」· C头文件 代码 · 共 28 行
H
28 行
//****************************************************************************
//
// 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?