ora_parse

(PHP 3, PHP 4 , PHP 5)

ora_parse -- Parse an SQL statement with Oracle

Description

bool ora_parse ( resource cursor, string sql_statement, int defer)

This function parses an SQL statement or a PL/SQL block and associates it with the given cursor.

성공일 경우 TRUE를, 실패일 경우 FALSE를 반환합니다.

See also ora_exec(), ora_fetch(), and ora_do().