PHP 函数:Ora_Parse()

分析 SQL 语法。

语法: int ora_parse(int cursor_ind, string sql_statement, int defer);

返回值: 整数

函数种类: 数据库功能

内容说明
本函数可用来分析 SQL 语法或是 PL/SQL 部分是否有错误。返回 0 表示无误,返回为 -1 表示有错误发生。