mySqlString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string mySqlString(string str)
  2. string mySqlString(Nullable!T value)
  3. string mySqlString(T value)
  4. string mySqlString(T dateTime)
    string
    mySqlString
    (
    T
    )
    if (
    is(T == DateTime)
    )

Meta