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
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
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.