Interface OCollateFactory

All Known Implementing Classes:
ODefaultCollateFactory

public interface OCollateFactory
the Collating strategy when comparison in SQL statement is required.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Method Details

    • getNames

      Set<String> getNames()
      Returns:
      Set of supported collate names of this factory
    • getCollate

      OCollate getCollate(String name)
      Returns the requested collate
      Parameters:
      name -