File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15678,7 +15678,7 @@ ________________________________________________________-->
15678
15678
<para>
15679
15679
<variablelist>
15680
15680
<varlistentry>
15681
- <term><literal>关闭数据库 </literal></term>
15681
+ <term><literal>CLOSE DATABASE </literal></term>
15682
15682
<listitem>
15683
15683
<para>
15684
15684
这个语句关闭当前连接。实际上,这是ECPG的<literal>DISCONNECT CURRENT</literal>的同义词:
@@ -15690,7 +15690,7 @@ EXEC SQL CLOSE DATABASE;
15690
15690
</listitem>
15691
15691
</varlistentry>
15692
15692
<varlistentry>
15693
- <term><literal>释放游标名称 </literal></term>
15693
+ <term><literal>FREE cursor_name </literal></term>
15694
15694
<listitem>
15695
15695
<para>
15696
15696
由于ECPG的工作方式与Informix的ESQL/C有所不同(即,哪些步骤纯粹是语法转换,哪些步骤依赖于底层运行时库),
@@ -15701,7 +15701,7 @@ EXEC SQL CLOSE DATABASE;
15701
15701
</listitem>
15702
15702
</varlistentry>
15703
15703
<varlistentry>
15704
- <term><literal>释放语句名称 </literal></term>
15704
+ <term><literal>FREE statement_name </literal></term>
15705
15705
<listitem>
15706
15706
<para>
15707
15707
<literal>FREE statement_name</literal>是<literal>DEALLOCATE PREPARE statement_name</literal>的同义词。
You can’t perform that action at this time.
0 commit comments