|
8.
|
|
|
%s is the PostgreSQL embedded SQL preprocessor for C programs.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
%s 是用于C语言程序的PostgreSQL嵌入式SQL预处理器.
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:36
|
|
9.
|
|
|
Usage:
%s [OPTION]... FILE...
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
Usage:
%s [OPTION]... FILE...
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:38
|
|
10.
|
|
|
Options:
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
选项:
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:41
|
|
11.
|
|
|
-c automatically generate C code from embedded SQL code;
this affects EXEC SQL TYPE
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-c 从嵌入式SQL代码中自动产生C代码;
这将影响EXEC SQL TYPE
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:42
|
|
12.
|
|
|
-C MODE set compatibility mode; MODE can be one of
"INFORMIX", "INFORMIX_SE"
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-C MODE 设置兼容模式;MODE可以是下列模式之一
"INFORMIX", "INFORMIX_SE"
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:44
|
|
13.
|
|
|
-d generate parser debug output
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-d 产生解析器的调试输出
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:47
|
|
14.
|
|
|
-D SYMBOL define SYMBOL
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-D SYMBOL 定义SYMBOL
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:49
|
|
15.
|
|
|
-h parse a header file, this option includes option "-c"
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-h 分析一个头文件,这个选项包含选项"-c"
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:50
|
|
16.
|
|
|
-i parse system include files as well
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-i 分析系统引用文件
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:51
|
|
17.
|
|
|
-I DIRECTORY search DIRECTORY for include files
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
-I DIRECTORY 为引用文件搜索变量DIRECTORY
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:52
|