Interface SqlOperatorTranslator

All Known Implementing Classes:
PostgresqlOperatorTranslator

public interface SqlOperatorTranslator
Translate domain representation of an operator into its SQL representation
  • Method Summary

    Modifier and Type
    Method
    Description
    translate(String operator)
    Give the SQL representation of the operator.
  • Method Details

    • translate

      SqlOperator translate(String operator)
      Give the SQL representation of the operator.
      Parameters:
      operator - operator.
      Returns:
      the SQL representation.