|
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
public class AutoAlias
This class stores information on an auto-aliase table.
| Nested Class Summary | |
|---|---|
static class |
AutoAlias.IncomingJoin
An incoming join causes a new alias to be created automatically in the partition. |
| Constructor Summary | |
|---|---|
AutoAlias()
|
|
| Method Summary | |
|---|---|
void |
addIncomingJoin(AutoAlias.IncomingJoin join)
Add an incoming join to the auto alias. |
Object |
clone()
Make a copy of this object. |
AutoAlias.IncomingJoin |
getIncomingJoin(int idx)
Get the incoming join at the specified index. |
int |
getIncomingJoinCount()
Get the total number of incoming joins in the auto alias. |
void |
parseXML(Element tag)
Parse the data from a xml representation. |
void |
removeAllIncomingJoins()
Remove all incoming joins. |
void |
removeIncomingJoin(int idx)
Remove an incoming joins. |
void |
removeIncomingJoin(String table)
Remove incoming joins from the tabe. |
void |
writeXML(PrintWriter writer)
Writes an XML representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoAlias()
| Method Detail |
|---|
public void addIncomingJoin(AutoAlias.IncomingJoin join)
public int getIncomingJoinCount()
public AutoAlias.IncomingJoin getIncomingJoin(int idx)
public void removeIncomingJoin(int idx)
public void removeIncomingJoin(String table)
public void removeAllIncomingJoins()
public Object clone()
clone in class Objectpublic void writeXML(PrintWriter writer)
public void parseXML(Element tag)
throws DOMException
DOMException
|
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 | ||||||||