org.syrup.sql |
The concrete RDMS/JDBC implementation of Syrup.
|
Java Source File Name | Type | Comment |
CreationFunctions.java | Class | Utility functions to create Syrup Objects using JDBC. |
ExecutionFunctions.java | Class | Utility functions to execute Syrup PTasks using JDBC. |
Functions.java | Class | Holds a SQLImpl instance that can be accessed by a concrete subclass. |
GenericFunctions.java | Class | Utility to implement generic WorkSpace functions using JDBC. |
LoggingFunctions.java | Class | Utility functions to log Syrup Events using JDBC. |
QueryFunctions.java | Class | Utility functions to query Syrup objects using JDBC. |
QueryOperation.java | Class | Temporary data structure to aid the construction of qualified SQL queries. |
SQLImpl.java | Class | Groups all SQL related functions to implement Syrup. |
SQLStatements.java | Class | Utility class that provides all the SQL statements needed for the creation,
updating and deletion of Syrup objects. |
SQLWorkSpace.java | Class | Provides a JDBC implementation of a WorkSpace. |
SyrupConnection.java | Class | JDBC Connection wrapper adding caching capabilities with prepareStatementFromCache. |
UpdateFunctions.java | Class | Utility functions to update Syrup Objects using JDBC. |