Class Hierarchy All Classes All Fields and Methods

 

Interface com.ibm.etools.sqlj.template.ISQLTemplate

public interface ISQLTemplate

Defines templates that can be used by the New SQLJ File wizard.

Method Index
Method Description
String generate(IBeanData) Produces code for a new .sqlj file.

 

Methods

 

generate

public String generate(IBeanData beanData) 

Produces code for a new .sqlj file. Information contained in beanData can be used to generate code that is specific to a particular SQL statement.

Class Hierarchy All Classes All Fields and Methods