check_="parse"
<do action_="sql" check_="parse"
sql_="[SQL]" value_="@r"/>
attempts to parse the SQL
statement.
Syntax
<dynamic> <do action_="sql" check_="parse" sql_="[SQL]" value_="@r"/> </dynamic>
Attributes for check_="parse"
sql_
- The SQL statement to parse.
value_
- The information returned by
check_="parse"
is saved as a package to the dynamic variable@r
. The package contains the following.failed
0
if parsing was successful and1
if a parsing error occurred.message
- If parsing failed, the error message.
position
- If parsing failed, the error location.