|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.erm.AutoAlias.IncomingJoin
public static class AutoAlias.IncomingJoin
An incoming join causes a new alias to be created automatically in the partition. If the keep outgoing join option is selected, the alias includes all outgoing joins. All joins defined on the original table are treated as outgoing joins if they are not marked as incoming joins.
| Constructor Summary | |
|---|---|
AutoAlias.IncomingJoin()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Make a copy of this object. |
String |
getAlias()
Get the alias name of the aliased table for the incoming join. |
String |
getPrefix()
Get the prefix for the aliased table created from outgoing joins. |
String |
getSourceTable()
Get the source table of an incoming join. |
boolean |
isKeepOutgoing()
Check if all outgoing joins should be kept for the auto-aliased table. |
void |
parseXML(Element tag)
Parse an xml representation of this alias. |
void |
setAlias(String alias)
Set the alias name of the aliased table for the incoming join. |
void |
setKeepOutgoing(boolean keep)
Set whether to keep all outgoing joins. |
void |
setPrefix(String prefix)
Set the prefix for the aliased table created from outgoing joins. |
void |
setSourceTable(String table)
Set the source table of an incoming join. |
void |
writeXML(PrintWriter writer)
Write an xml representation of this alias. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoAlias.IncomingJoin()
| Method Detail |
|---|
public String getSourceTable()
public void setSourceTable(String table)
public String getAlias()
public void setAlias(String alias)
public boolean isKeepOutgoing()
public void setKeepOutgoing(boolean keep)
public String getPrefix()
public void setPrefix(String prefix)
public Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
public void parseXML(Element tag)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||