|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.FromClause
public class FromClause
This class represents a FROM SQL clause.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static int |
NULL_INDEX
Supported API: true |
| Method Summary | |
|---|---|
String |
getAliasAt(int a_index)
Returns the specified alias. |
String |
getAliasPrefix()
Gets the value of the attribute: aliasPrefix; Prefix string for generating alias names. |
void |
setAliasPrefix(String a_AliasPrefix)
Sets the value of the attribute: aliasPrefix; Prefix string for generating alias names. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int NULL_INDEX
| Method Detail |
|---|
public String getAliasPrefix()
public void setAliasPrefix(String a_AliasPrefix)
throws WTPropertyVetoException
a_AliasPrefix -
WTPropertyVetoExceptionpublic String getAliasAt(int a_index)
a_index -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||