|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.xreporter.report.definition.QbeSqlPart
A SqlPart
that inserts the SQL for the QBE settings.
Constructor Summary | |
QbeSqlPart()
|
Method Summary | |
void |
addToSqlStatement(java.lang.StringBuffer statement,
ExecutionContext executionContext)
Adds a piece of SQL to the supplied StringBuffer |
int |
bind(java.sql.PreparedStatement statement,
int start,
ExecutionContext executionContext)
Fills in any IN parameters that this SqlPart has added during the call to addToSqlStatement(java.lang.StringBuffer, org.outerj.xreporter.report.definition.ExecutionContext) . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QbeSqlPart()
Method Detail |
public void addToSqlStatement(java.lang.StringBuffer statement, ExecutionContext executionContext)
SqlPart
addToSqlStatement
in interface SqlPart
public int bind(java.sql.PreparedStatement statement, int start, ExecutionContext executionContext) throws java.sql.SQLException
SqlPart
SqlPart.addToSqlStatement(java.lang.StringBuffer, org.outerj.xreporter.report.definition.ExecutionContext)
.
bind
in interface SqlPart
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |