![]() |
Implementation of The Query Interface for an SQL database. Handle all the SQL CRUD functions Transforms DB java objects into actual SQL queries string and back. |
![]() |
Implementation of The Query Interface for an the JOT FSDB database. Handle all the CRUD functions We use an "index" file to speed up things and cleanup data file during vacuum Does not support transactions. |
![]() |
Interface to query implementations The query Implementations provide backend specific support for executing search querries for Models. |
![]() |
Low(medium) level database access Usually you would rather use JOTMOdel methods or the JOTQueryBuilder unless you want to make a completely manual SQL query |