|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.sql.ast.TableRelation
public final class TableRelation
Models a table name.
| Field Summary | |
|---|---|
QualifiedName |
tableName
|
| Constructor Summary | |
|---|---|
TableRelation(QualifiedName tableName)
|
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final QualifiedName tableName
| Constructor Detail |
|---|
public TableRelation(QualifiedName tableName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||