Package org.eclipse.birt.core.data
Interface IColumnBinding
-
public interface IColumnBinding
The instance of this interface defines a name-expression pair of column binding.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBoundExpression()
Return the bound expression.int
getOuterLevel()
Get the outer level of column expressionjava.lang.String
getResultSetColumnName()
Return the name of result set column.
-
-
-
Method Detail
-
getResultSetColumnName
java.lang.String getResultSetColumnName()
Return the name of result set column.- Returns:
-
getBoundExpression
java.lang.String getBoundExpression()
Return the bound expression.- Returns:
-
getOuterLevel
int getOuterLevel()
Get the outer level of column expression- Returns:
-
-