static public string sqlite3_bind_parameter_name(sqlite3_stmt stmt, int index) { return(_imp.sqlite3_bind_parameter_name(stmt.ptr, index)); }