org.syrup.sql
Class Functions

java.lang.Object
  extended byorg.syrup.sql.Functions
Direct Known Subclasses:
CreationFunctions, ExecutionFunctions, GenericFunctions, LoggingFunctions, QueryFunctions, SQLStatements, UpdateFunctions

public abstract class Functions
extends java.lang.Object

Holds a SQLImpl instance that can be accessed by a concrete subclass.

Author:
Robbert van Dalen

Constructor Summary
protected Functions(SQLImpl i)
           
 
Method Summary
 SQLImpl sqlImpl()
          Returns the SQLImpl that is held by this Function instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions

protected Functions(SQLImpl i)
Parameters:
i - The SQLImpl that is held by the Function instance.
Method Detail

sqlImpl

public SQLImpl sqlImpl()
Returns the SQLImpl that is held by this Function instance.

Returns:
the SQLImpl that is held by this Function instance.