Package org.eclipse.edc.sql.translation
Interface SqlOperatorTranslator
- All Known Implementing Classes:
PostgresqlOperatorTranslator
public interface SqlOperatorTranslator
Translate domain representation of an operator into its SQL representation
-
Method Summary
Modifier and TypeMethodDescriptionGive the SQL representation of the operator.
-
Method Details
-
translate
Give the SQL representation of the operator.- Parameters:
operator- operator.- Returns:
- the SQL representation.
-