|
|||||||||
| 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.SqlChunkContainerSupport
public abstract class SqlChunkContainerSupport
Support for chunk groups.
| Field Summary | |
|---|---|
protected SqlChunk |
firstInnerChunk
|
protected SqlChunk |
lastInnerChunk
|
| 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 | |
|---|---|
protected |
SqlChunkContainerSupport(DbSqlBuilder inner)
|
| Method Summary | |
|---|---|
void |
init(DbSqlBuilder sqlBuilder)
Initializes all inner chunks. |
void |
process()
Process all inner chunks. |
protected void |
processInnerChunks()
Process all inner chunks. |
java.lang.String |
render()
Renders all inner chunks. |
| 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 |
| Field Detail |
|---|
protected final SqlChunk firstInnerChunk
protected final SqlChunk lastInnerChunk
| Constructor Detail |
|---|
protected SqlChunkContainerSupport(DbSqlBuilder inner)
| Method Detail |
|---|
public void init(DbSqlBuilder sqlBuilder)
init in class SqlChunkpublic void process()
process in class SqlChunkprotected void processInnerChunks()
public java.lang.String render()
render in class SqlChunk
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||