jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface ITableAlias

All Superinterfaces:
INamedObjectDefinition

public interface ITableAlias
extends INamedObjectDefinition

This interface represents the definition of a table alias.


Method Summary
 ITableAliasCondition getCondition()
          Returns the condition of this table alias.
 ITableDefinition getTableDefinition()
          Returns the definition of the table this table alias is related to.
 
Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition
getDescription, getName, getProperty
 

Method Detail

getTableDefinition

ITableDefinition getTableDefinition()
Returns the definition of the table this table alias is related to.

Returns:
the table definition

getCondition

ITableAliasCondition getCondition()
Returns the condition of this table alias. A condition restricts the result set of search operations performed on this table alias.

Returns:
the table alias condition or null, if no condition exists

jACOB 2.7 API Documentation.