📄 dbbase.h
字号:
/* Copyright(C) 1999, 2000 by JiangSu Bell Software CO.,LTD. */
/*
Name: db.h Version: 1.0.0
Created by HanBing Date: 2000-08-08
Comment:
Modified:
1) 2000-08-08 HanBing - Create;
*/
#ifndef __DB_BASE__
#define __DB_BASE__
#include "field.hpp"
#include "Connection.hpp"
#include "cursor.hpp"
#include "records.hpp"
#include "table.hpp"
#endif //__DB_BASE__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -