Package org.eclipse.edc.sql.translation
Class PostgresqlOperatorTranslator
java.lang.Object
org.eclipse.edc.sql.translation.PostgresqlOperatorTranslator
- All Implemented Interfaces:
SqlOperatorTranslator
Postgresql's implementation of the operator translator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGive the SQL representation of the operator.
-
Constructor Details
-
PostgresqlOperatorTranslator
public PostgresqlOperatorTranslator()
-
-
Method Details
-
translate
Description copied from interface:SqlOperatorTranslatorGive the SQL representation of the operator.- Specified by:
translatein interfaceSqlOperatorTranslator- Parameters:
operator- operator.- Returns:
- the SQL representation.
-