Archive class represents database that has relational or object-oriented structure and can contain object of classes derived from storeable class. More...
Base class for exceptions thrown when daba from database is manipulated, for example conversion from string to int failed, bad sql query was executed or parser could not parse corrupted csv file. More...
SQLException is thrown if query or command send to database has invalid syntax or there was other error from backend server when processing query. More...