internal override int ColumnCount(SQLiteStatement stmt) { return(UnsafeNativeMethods.sqlite3_column_count((IntPtr)stmt._sqlite_stmt)); }