static public int sqlite3_bind_double(sqlite3_stmt stmt, int index, double val) { return(_imp.sqlite3_bind_double(stmt.ptr, index, val)); }