Uses of Class
com.gengoai.sql.operator.InfixBinaryOperator
-
Packages that use InfixBinaryOperator Package Description com.gengoai.sql -
-
Uses of InfixBinaryOperator in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type InfixBinaryOperator Modifier and Type Method Description protected String
SQLDialect. binaryOperator(@NonNull InfixBinaryOperator binaryOperator)
Binary operator string.
-