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 Summary

    Modifier and Type
    Method
    Description
    The type of the column
    The column name
    The property definition if there is one for the column
  • Method Details

    • getName

      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