public class ProjectedColumn extends Object
| Constructor and Description |
|---|
ProjectedColumn(org.teiid.query.sql.symbol.Expression expr,
org.apache.olingo.commons.api.edm.EdmType edmType,
org.apache.olingo.commons.api.edm.EdmProperty property,
boolean collection) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.EdmType |
getEdmType() |
org.teiid.query.sql.symbol.Expression |
getExpression() |
int |
getOrdinal() |
Integer |
getPrecision() |
org.apache.olingo.commons.api.edm.EdmProperty |
getProperty() |
Integer |
getScale() |
boolean |
isCollection() |
void |
setOrdinal(int ordinal) |
public ProjectedColumn(org.teiid.query.sql.symbol.Expression expr,
org.apache.olingo.commons.api.edm.EdmType edmType,
org.apache.olingo.commons.api.edm.EdmProperty property,
boolean collection)
public org.teiid.query.sql.symbol.Expression getExpression()
public org.apache.olingo.commons.api.edm.EdmType getEdmType()
public boolean isCollection()
public int getOrdinal()
public void setOrdinal(int ordinal)
public org.apache.olingo.commons.api.edm.EdmProperty getProperty()
public Integer getPrecision()
public Integer getScale()
Copyright © 2017 JBoss by Red Hat. All rights reserved.