lumis.util.query
Class QueryTable
java.lang.Object
lumis.util.query.QueryTable
@StableMinor(version="6.1",
sinceVersion="4.0")
public class QueryTable
- extends java.lang.Object
Represents a table object within a query.
- Since:
- 4.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERYTABLE_JOIN_TYPE_LEFT_INNER
public static final int QUERYTABLE_JOIN_TYPE_LEFT_INNER
- See Also:
- Constant Field Values
QUERYTABLE_JOIN_TYPE_LEFT_OUTER
public static final int QUERYTABLE_JOIN_TYPE_LEFT_OUTER
- See Also:
- Constant Field Values
QUERYTABLE_JOIN_TYPE_RIGHT_OUTER
public static final int QUERYTABLE_JOIN_TYPE_RIGHT_OUTER
- See Also:
- Constant Field Values
QUERYTABLE_JOIN_TYPE_CROSS
public static final int QUERYTABLE_JOIN_TYPE_CROSS
- See Also:
- Constant Field Values
tableName
protected java.lang.String tableName
tableAlias
protected java.lang.String tableAlias
joinType
protected int joinType
relationId
protected java.lang.String relationId
QueryTable
public QueryTable()
getTableAlias
public java.lang.String getTableAlias()
- Returns:
- Returns the tableAlias.
setTableAlias
public void setTableAlias(java.lang.String tableAlias)
- Parameters:
tableAlias
- The tableAlias to set.
getTableName
public java.lang.String getTableName()
- Returns:
- Returns the tableName.
setTableName
public void setTableName(java.lang.String tableName)
- Parameters:
tableName
- The tableName to set.
getField
public QueryField getField(java.lang.String fieldName)
- Parameters:
fieldId
-
- Returns:
getIdentification
public java.lang.String getIdentification()
getJoinType
public int getJoinType()
- Returns:
- Returns the joinType.
setJoinType
public void setJoinType(int joinType)
- Parameters:
joinType
- The joinType to set.
getRelationId
public java.lang.String getRelationId()
- Returns:
- Returns the relationId.
setRelationId
public void setRelationId(java.lang.String relationId)
- Parameters:
relationId
- The relationId to set.
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.