Interface IColumnBinding


public interface IColumnBinding
The instance of this interface defines a name-expression pair of column binding.
  • Method Details

    • getResultSetColumnName

      String getResultSetColumnName()
      Return the name of result set column.
      Returns:
    • getBoundExpression

      String getBoundExpression()
      Return the bound expression.
      Returns:
    • getOuterLevel

      int getOuterLevel()
      Get the outer level of column expression
      Returns: