//  // //  #### # # # -= SQLiteX =-  // // # # ## ## ResultSet.h  // //  ## # ###  // //  ## # ### Stores the results of an executed SQL query  // //  # # ## ##  // // #### ##### # # R1 (C)2005 Markus Ewald -> License.txt  // //  // #ifndef SQLITEX_RESULTSET_H #define SQLITEX_RESULTSET_H #include "SQLiteX/SQLiteX.h" #include "SQLiteX/Variant.h" #include #include #include namespace SQLiteX { //  // //  SQLiteX::ResultSet  // //  // /// Query results /** Provides access to the results returned by a query as well as meta informations about the results. This class tries to optimize the process of pulling large numbers of results from the database by retrieving the data progressively. */ class ResultSet { }; } // namespace SQLiteX #endif // SQLITEX_RESULTSET_H