sql

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string sql(Query!(QP) q)
    string
    sql
    (
    bool includeObjectSeparators = false
    QP...
    )
    (
    Query!(QP) q
    )
  2. string sql(Insert!Item ins)
  3. string sql(Update!Item upd)
  4. string sql(Delete!Item del)

Meta