|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITableAliasCondition
This interface represents a table alias condition. A table alias condition is
used to restrict queries performed on a
IDataTable or
IDataBrowser in such a way that only those
records are returned which semantically match to the corresponding table
alias.
ITableAlias.getCondition()| Method Summary | |
|---|---|
java.util.Set |
getForeignAliases()
Returns a set containing all foreign table aliases, which are referred within this alias condition. |
boolean |
isOptionalForeignAlias(ITableAlias alias)
Determines whether the given alias should be treated as optional. |
java.lang.String |
toString()
Returns the alias condition itself as a String. |
| Method Detail |
|---|
java.lang.String toString()
toString in class java.lang.Objectjava.util.Set getForeignAliases()
Set of ITableAliasboolean isOptionalForeignAlias(ITableAlias alias)
alias - the foreign table alias to check
true if the foreign table alias is optional,
otherwise false.
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||