SQLUtils.format

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string format(string sql, string dbType)
  2. string format(string sql, string dbType, FormatOption option)
  3. string format(string sql, string dbType, List!(Object) parameters)
  4. string format(string sql, string dbType, List!(Object) parameters, FormatOption option)
    class SQLUtils
    static
    string
    format
    (
    string sql
    ,
    string dbType
    ,
    List!(Object) parameters
    ,)

Meta