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 org.teiid.query.sql.lang.FromClause |
clone, hasHint, isMakeDep, isMakeInd, isMakeNotDep, isOptional, setMakeDep, setMakeInd, setMakeNotDep, setOptional, toString |
| 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
cloneDirect
protected ArrayTable cloneDirect()
- Specified by:
cloneDirect in class FromClause
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class TableFunctionReference
Copyright © 2011. All Rights Reserved.