|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.db.orm.sqlgen.chunks.SqlChunk
jodd.db.orm.sqlgen.chunks.JoinOnChunk
public class JoinOnChunk
Renders joins ON part.
Field Summary |
---|
Fields inherited from class jodd.db.orm.sqlgen.chunks.SqlChunk |
---|
COLS_ALL, COLS_NA, COLS_ONLY_EXISTING, COLS_ONLY_IDS, isColumnChunk, isJoinOnChunk, isTableChunk, nextChunk, previousChunk, query, sqlBuilder |
Constructor Summary | |
---|---|
JoinOnChunk()
|
|
JoinOnChunk(java.lang.String source,
java.lang.String destination)
|
Method Summary | |
---|---|
protected TableChunk |
findPreviousTable(int count)
|
void |
init(DbSqlBuilder sqlBuilder)
Inserts ReferenceJoinChunk after this one. |
void |
process()
Process the chunk and prepares the output. |
java.lang.String |
render()
Returns processed output. |
Methods inherited from class jodd.db.orm.sqlgen.chunks.SqlChunk |
---|
defineParameter, getNextChunk, getPreviousChunk, insertChunkAfter, isColumnChunk, isJoinOnChunk, isTableChunk, lookupName, lookupTableRef, lookupType, resolveTableRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinOnChunk(java.lang.String source, java.lang.String destination)
public JoinOnChunk()
Method Detail |
---|
protected TableChunk findPreviousTable(int count)
public void init(DbSqlBuilder sqlBuilder)
ReferenceJoinChunk
after this one.
init
in class SqlChunk
public void process()
SqlChunk
process
in class SqlChunk
public java.lang.String render()
SqlChunk
render
in class SqlChunk
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |