Package org.syrup.sql

The concrete RDMS/JDBC implementation of Syrup.

See:
          Description

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

Package org.syrup.sql Description

The concrete RDMS/JDBC implementation of Syrup.