Connection.parseSqlString
gda.statement.Statement parseSqlString(string sql, out gda.set.Set params)This function helps to parse a SQL string which uses parameters and store them at params.
Parameters
sql | an SQL command to parse, not null |
params | a place to store a new #GdaSet, for parameters used in SQL command, or null |
Returns
a #GdaStatement representing the SQL command, or null if an error occurred
Throws
[ConnectionException]