com.ibm.datatools.sqlj.template
Interface ISQLTemplate
-
public interface ISQLTemplate
Defines templates that can be used by the New SQLJ File wizard.
Method Summary
Method Summary Return Data Type | Method Name and Description |
java.lang.String |
generate(IBeanData beanData)
Produces code for a new .sqlj file. |
generate
java.lang.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.
-
- Parameters:
beanData
- information gathered by the New SQLJ File wizard
- Returns:
- String code to be generated for the new .sqlj file