MINERVA superseeded IF/Prolog.
Please see
http://www.ifcomputer.co.jp/MINERVA
for details.
We discontinued to sell IF/Prolog Dec 31. 2003.
Dedicated technical support for IF/Prolog ended Dec 31 2008.
This site is maintained as a community service only.
sql_execute(+SqlCmd,-RC)
この述語は、SQLコマンドSqlCmdの解釈実行を行ないます。その性能をダイナミックSQLコマンドの実行時と比べてみてください。
SqlCmdは、バインドまたは選択変数を含むことはできません。
?- sql_execute('create index on emp (depno)',RC).
RC = 0
|