Dresden OCL Toolkit

tudresden.ocl.sql
Interface SQLDirector

All Known Implementing Classes:
ObjectViewSchema, SchemaGenerator, TriggerGenerator

public interface SQLDirector

This interface must be implemented by classes that use SQLBuilders. See the SQLBuilder documentation for further details.

See Also:
SQLBuilder

Method Summary
 void construct()
          Does the construction of the SQL code.
 String getCode()
           
 void setBuilder(SQLBuilder sqlb)
           
 

Method Detail

setBuilder

public void setBuilder(SQLBuilder sqlb)
Parameters:
sqlb - a builder used by the director to build database specific code

construct

public void construct()
Does the construction of the SQL code.


getCode

public String getCode()
Returns:
the resulting SQL code from the construction process

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.