org.teiid.query.sql.lang
Class ArrayTable
java.lang.Object
org.teiid.query.sql.lang.FromClause
org.teiid.query.sql.lang.TableFunctionReference
org.teiid.query.sql.lang.ArrayTable
- All Implemented Interfaces:
- java.lang.Cloneable, LanguageObject
public class ArrayTable
- extends TableFunctionReference
Represents the ArrayTable table function.
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
ArrayTable
public ArrayTable()
getColumns
public java.util.List<TableFunctionReference.ProjectedColumn> getColumns()
- Specified by:
getColumns in class TableFunctionReference
setColumns
public void setColumns(java.util.List<TableFunctionReference.ProjectedColumn> columns)
getArrayValue
public Expression getArrayValue()
setArrayValue
public void setArrayValue(Expression arrayValue)
acceptVisitor
public void acceptVisitor(LanguageVisitor visitor)
- Description copied from interface:
LanguageObject
- Method for accepting a visitor. It is the responsibility of the
language object to call back on the visitor.
- Specified by:
acceptVisitor in interface LanguageObject- Specified by:
acceptVisitor in class FromClause
- Parameters:
visitor - Visitor being used
clone
public ArrayTable clone()
- Description copied from interface:
LanguageObject
- Implement clone to make objects cloneable.
- Specified by:
clone in interface LanguageObject- Specified by:
clone in class FromClause
- Returns:
- Deep clone of this object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class TableFunctionReference
Copyright © 2011. All Rights Reserved.