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