Uses of Class
org.syrup.sql.SQLStatements

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

Uses of SQLStatements in org.syrup.sql
 

Methods in org.syrup.sql that return SQLStatements
 SQLStatements SQLImpl.sqlStatements()
          Returns the instance of a SQLStatements implementation.
 

Uses of SQLStatements in org.syrup.sql.mysql
 

Subclasses of SQLStatements in org.syrup.sql.mysql
 class MySQLStatements
          Utility class that provides all the MySQL statements needed for the creation, updating and deletion of Syrup objects.
 

Methods in org.syrup.sql.mysql that return SQLStatements
 SQLStatements MySQLImpl.sqlStatements()