connect-test4.c
来自「postgresql8.3.4源码,开源数据库」· C语言 代码 · 共 46 行
C
46 行
/* Processed by ecpg (regression mode) *//* These include files are added by the preprocessor */#include <ecpgtype.h>#include <ecpglib.h>#include <ecpgerrno.h>#include <sqlca.h>/* End of automatic include section */#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))#line 1 "test4.pgc"#include <stdlib.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#line 1 "regression.h"#line 6 "test4.pgc"intmain(void){ ECPGdebug(1, stderr); { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , "main", 0); }#line 13 "test4.pgc" { ECPGsetconn(__LINE__, "main");}#line 15 "test4.pgc" { ECPGdisconnect(__LINE__, "DEFAULT");}#line 17 "test4.pgc" return (0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?