|
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
|
|
18.
|
|
|
-o OUTFILE write result to OUTFILE
|
|
|
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.
|
|
|
|
-o OUTFILE 将结果写入到OUTFILE
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:53
|
|
19.
|
|
|
-r OPTION specify run-time behavior; OPTION can be:
"no_indicator", "prepare", "questionmarks"
|
|
|
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.
|
|
|
|
-r OPTION 指定运行时的系统行为; OPTION可以是:
"no_indicator", "prepare", "questionmarks"
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:54
|
|
20.
|
|
|
--regression run in regression testing mode
|
|
|
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.
|
|
|
|
--regression 在回归测试模式下运行
|
|
Translated by
Weibin
|
|
|
|
Located in
ecpg.c:56
|