The SqlParser type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFixCommand
Parses the comma separated list of bind variables in the command string and builds a new command where the binds list uses the standard ':' marker for binds.
Public methodStatic memberFixList
Parses the comma separated list of bind variables and builds a new list using the standard ':' marker for binds.
Public methodParseInto
Parses into variables from the list.
Public methodParseSql
Parses into and bind variables out of the sql statement.

See Also