parse_sql_string
Description:
[ Version ( since = "4.2.3" ) ]
public Statement parse_sql_string (string sql, out Set @params) throws Error
public Statement parse_sql_string (string sql, out Set @params) throws Error
This function helps to parse a SQL string which uses parameters and store them at params.
Parameters:
| this |
a Connection object, or |
| sql |
an SQL command to parse, not |
| params |
a place to store a new Set, for parameters used in SQL command, or |
Returns:
|
a Statement representing the SQL command, or |