Package wt.query
Class FromClause
java.lang.Object
wt.query.FromClause
- All Implemented Interfaces:
Externalizable,Serializable,Cloneable
This class represents a FROM SQL clause.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAliasAt(int a_index) Returns the specified alias.Gets the value of the attribute: aliasPrefix; Prefix string for generating alias names.voidsetAliasPrefix(String a_AliasPrefix) Sets the value of the attribute: aliasPrefix; Prefix string for generating alias names.
-
Field Details
-
NULL_INDEX
public static final int NULL_INDEX
Supported API: true- See Also:
-
-
Method Details
-
getAliasPrefix
Gets the value of the attribute: aliasPrefix; Prefix string for generating alias names.
Supported API: true- Returns:
- String
-
setAliasPrefix
Sets the value of the attribute: aliasPrefix; Prefix string for generating alias names.
Supported API: true- Parameters:
a_AliasPrefix-- Throws:
WTPropertyVetoException
-
getAliasAt
Returns the specified alias.
Supported API: true- Parameters:
a_index-- Returns:
- String
-