Interface Store

All Known Implementing Classes:
StoreImpl

public interface Store
Defines a data store used in the application.
  • Method Details

    • getName

      String getName()
      The data store name.
    • getDescriptor

      StoreDescriptor getDescriptor()
      The data store descriptor.
    • isNullsLastSorting

      boolean isNullsLastSorting()
      Default sort order of null values.
    • supportsLobSortingAndFiltering

      boolean supportsLobSortingAndFiltering()
      Whether the data store supports equality check and sorting for LOB columns.