Package adams.db

Interface FieldProvider<T extends AbstractField>

    • Method Detail

      • getFields

        List<T> getFields()
        Returns all available fields.
        Returns:
        the list of fields
      • getFields

        List<T> getFields​(DataType dtype)
        Returns all available fields.
        Parameters:
        dtype - the type to limit the search to, use "null" for all
        Returns:
        the list of fields