|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.accesslayer.sql.SqlMNStatement
org.apache.ojb.broker.accesslayer.sql.SqlInsertMNStatement
Model an INSERT Statement for M:N indirection table
| Constructor Summary | |
SqlInsertMNStatement(java.lang.String table,
java.lang.String[] columns,
Logger logger)
Constructor for SqlInsertMNStatement. |
|
| Method Summary | |
java.lang.String |
getStatement()
Answer the SELECT by primary key Sql for the Statement |
| Methods inherited from class org.apache.ojb.broker.accesslayer.sql.SqlMNStatement |
appendListOfColumns, appendTable, appendWhereClause, getColumns, getLogger, getTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SqlInsertMNStatement(java.lang.String table,
java.lang.String[] columns,
Logger logger)
table - columns - | Method Detail |
public java.lang.String getStatement()
SqlStatement
org.apache.ojb.broker.accesslayer.SqlStatement#getStatement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||