|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.nsdl.mptstore.query.component.MPTable
public class MPTable
Mapped Predicate Table.
Represents a specific mapping of a predicate to a table. This mapped table has both a name and an alias. The table name is determined by the predicate mapping, but the alias is arbitrary.
| Constructor Summary | |
|---|---|
MPTable(java.lang.String name,
java.lang.String alias)
Construct an MPTable. |
|
| Method Summary | |
|---|---|
java.lang.String |
alias()
Get the alias. |
java.lang.String |
name()
Get the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MPTable(java.lang.String name,
java.lang.String alias)
name - the name of the table.alias - the alias.| Method Detail |
|---|
public java.lang.String alias()
public java.lang.String name()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||