org.syrup.sql.mysql
Class MySQLImpl

java.lang.Object
  extended byorg.syrup.sql.SQLImpl
      extended byorg.syrup.sql.mysql.MySQLImpl
All Implemented Interfaces:
javax.naming.Referenceable

public class MySQLImpl
extends SQLImpl

Groups all MySQL related functions to implement Syrup.

Author:
Robbert van Dalen

Constructor Summary
MySQLImpl()
           
 
Method Summary
 SQLStatements sqlStatements()
          Returns the instance of a SQLStatements implementation.
 
Methods inherited from class org.syrup.sql.SQLImpl
creationFunctions, executionFunctions, genericFunctions, getReference, loggingFunctions, queryFunctions, updateFunctions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySQLImpl

public MySQLImpl()
Method Detail

sqlStatements

public SQLStatements sqlStatements()
Description copied from class: SQLImpl
Returns the instance of a SQLStatements implementation.

Overrides:
sqlStatements in class SQLImpl
Returns:
the instance of a SQLStatements implementation.