public interface ISQLTemplate
Defines templates that can be used by the New SQLJ File wizard.
Method | Description |
---|---|
String generate(IBeanData) | Produces code for a new .sqlj file. |
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.
- Parameters
- beanData - information gathered by the New SQLJ File wizard
- Returns
- String code to be generated for the new .sqlj file