public final class ColumnReference extends AstExpression
AstExpression.ExpressionType
Constructor and Description |
---|
ColumnReference(int columnIndex)
Construct a column reference to either the only or leftmost input table
|
ColumnReference(int columnIndex,
TableReference tableSource)
Construct a column reference to the specified column index in the specified table
|
public ColumnReference(int columnIndex)
public ColumnReference(int columnIndex, TableReference tableSource)
Copyright © 2024. All rights reserved.