public class ProjectedColumn extends Object
Constructor and Description |
---|
ProjectedColumn(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() |
Expression |
getExpression() |
int |
getOrdinal() |
Integer |
getPrecision() |
org.apache.olingo.commons.api.edm.EdmProperty |
getProperty() |
Integer |
getScale() |
boolean |
isCollection() |
void |
setOrdinal(int ordinal) |
public ProjectedColumn(Expression expr, org.apache.olingo.commons.api.edm.EdmType edmType, org.apache.olingo.commons.api.edm.EdmProperty property, boolean collection)
public 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 © 2019. All rights reserved.