|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatementGenerator
Generator of SQLStatements.
| Method Summary | |
|---|---|
SQLStatement |
getStatement()
Accessor for the statement. |
boolean |
hasOption(java.lang.String name)
Whether the generator has a particular option set. |
StatementGenerator |
setOption(java.lang.String name)
Method to set a property. |
StatementGenerator |
unsetOption(java.lang.String name)
Method to unset a property. |
| Method Detail |
|---|
SQLStatement getStatement()
StatementGenerator setOption(java.lang.String name)
name - Name of the propertyStatementGenerator unsetOption(java.lang.String name)
name - Name of the propertyboolean hasOption(java.lang.String name)
name - Name of the option
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||