Interface ResultSetColumn


  • public interface ResultSetColumn
    The metadata for a column in a result set. All columns should have a data type, they may have a property type.
    Author:
    andyh
    • Method Detail

      • getName

        java.lang.String getName()
        The column name
        Returns:
        - the column name
      • getDataType

        QName getDataType()
        The type of the column
        Returns:
        - the data type for the column
      • getPropertyType

        QName getPropertyType()
        The property definition if there is one for the column
        Returns:
        - the property definition or null if it does not make sense for the column