Interface DatasourceColumn


public interface DatasourceColumn
Represents a column of a DatasourceResult received by DatasourceProvider after executing a datasource-query
Author:
Matthias Reichart
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the column
    Returns the type of the column as class
  • Method Details

    • getName

      String getName()
      Returns the name of the column
      Returns:
      String
    • getType

      Class<?> getType()
      Returns the type of the column as class
      Returns:
      String