Uses of Class
org.syrup.sql.SQLImpl

Packages that use SQLImpl
org.syrup.sql The concrete RDMS/JDBC implementation of Syrup. 
org.syrup.sql.mysql The MySQL optimized RDMS/JDBC implementation of Syrup. 
 

Uses of SQLImpl in org.syrup.sql
 

Methods in org.syrup.sql that return SQLImpl
 SQLImpl Functions.sqlImpl()
          Returns the SQLImpl that is held by this Function instance.
 SQLImpl SQLWorkSpace.sqlImpl()
          Returns an instance of a SQLImpl.
 

Constructors in org.syrup.sql with parameters of type SQLImpl
CreationFunctions(SQLImpl sqlImpl)
          Constructor for the CreationFunctions object
ExecutionFunctions(SQLImpl sqlImpl)
          Constructor for the ExecutionFunctions object
Functions(SQLImpl i)
           
GenericFunctions(SQLImpl sqlImpl)
          Constructor for the GenericFunctions object
LoggingFunctions(SQLImpl sqlImpl)
          Constructor for the LoggingFunctions object
QueryFunctions(SQLImpl sqlImpl)
          Constructor for the QueryFunctions object
SQLStatements(SQLImpl sqlImpl)
          Constructor for the SQLStatements object
UpdateFunctions(SQLImpl sqlImpl)
          Constructor for the UpdateFunctions object
 

Uses of SQLImpl in org.syrup.sql.mysql
 

Subclasses of SQLImpl in org.syrup.sql.mysql
 class MySQLImpl
          Groups all MySQL related functions to implement Syrup.
 

Constructors in org.syrup.sql.mysql with parameters of type SQLImpl
MySQLStatements(SQLImpl impl)
          Constructor for the MySQLStatements object