Connection.parseSqlString

This function helps to parse a SQL string which uses parameters and store them at params.

class Connection
parseSqlString
(
string sql
,)

Parameters

sql string

an SQL command to parse, not null

params gda.set.Set

a place to store a new #GdaSet, for parameters used in SQL command, or null

Return Value

Type: gda.statement.Statement

a #GdaStatement representing the SQL command, or null if an error occurred

Throws