sqlite3_statement.bind

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void bind(int column, string val)
  2. void bind(int column, int val)
  3. void bind(int column, SysTime time)
    struct sqlite3_statement
    void
    bind
    (
    int column
    ,
    SysTime time
    )
  4. void bind(int column, Vector!ubyte val)

Meta