syb_types.h

来自「This Source-Navigator, an IDE for C/C++/」· C头文件 代码 · 共 61 行

H
61
字号
#ifndef ISTKtypes_h#define ISTKtypes_h/* $Header: /cvsroot/sourcenav/src/snavigator/demo/c++_demo/sds/include/Sds/syb_types.h,v 1.1.1.1 2002/04/18 23:35:36 mdejong Exp $ *//************************************************************************** *                 ****** ISTK Release 1.2 *****                          * *                                                                        * *                                                                        * * This code has been produced by numerous authors at the CERN centre for * * high energy physics, Geneve, Switzerland, at the SSC laboratory in     * * Dallas, Texas, USA and at the Lawrence Berekeley Laboratory in         * * California, USA.                                                       * * The latter two institutions perform work under US Government contract. * * The intent of the work is to provide useful code for people who need   * * it, with an emphasis on free and collaborative exchange of ideas,      * * techniques and implementations.                                        * * Please read the disclaimer and copyright notices contained in the ISTK * * distribution and in distributed applications.                          * *                                                                        * **************************************************************************//* Reference release  Aug 10 1991 - C G Saltmarsh *//* Has the basics used at CDG & SSC 1988-1991, plus vxworks   support*/char  syb_type[29][10] = {    "illegal",    "tinyint",    "char",    "tinyint",    "smallint",    "smallint",    "int",    "int",    "float",    "float",    "float",    "float",    "float",    "char",    "direc",    "float",    "float",    "float",    "float",    "float",    "tinyint",    "smallint",    "int",    "int",    "datetime",    "char(32)",		"char",		"int",		"int"    };#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?