Interface IColumnBinding


  • public interface IColumnBinding
    The instance of this interface defines a name-expression pair of column binding.
    • 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: