|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gusdb.wdk.model.implementation.SqlClausePiece
public class SqlClausePiece
| Constructor Summary | |
|---|---|
SqlClausePiece(java.lang.String origSql,
int start,
int end,
java.lang.String joinTableName)
A piece of sql that belongs to an sql clause and that has no kid clauses. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlClausePiece(java.lang.String origSql,
int start,
int end,
java.lang.String joinTableName)
start - index of the start of this piece (non-paren)end - index of end of this piece (non-paren), ie, index of last char
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||