Uses of Class
adalid.core.enums.QueryJoinOp
-
Packages that use QueryJoinOp Package Description adalid.core.enums adalid.core.interfaces adalid.core.programmers adalid.core.sql -
-
Uses of QueryJoinOp in adalid.core.enums
Methods in adalid.core.enums that return QueryJoinOp Modifier and Type Method Description static QueryJoinOpQueryJoinOp. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryJoinOp[]QueryJoinOp. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of QueryJoinOp in adalid.core.interfaces
Methods in adalid.core.interfaces with parameters of type QueryJoinOp Modifier and Type Method Description StringSqlProgrammer. getSqlJoinOperator(QueryJoinOp operator) -
Uses of QueryJoinOp in adalid.core.programmers
Methods in adalid.core.programmers with parameters of type QueryJoinOp Modifier and Type Method Description StringAbstractSqlProgrammer. getSqlJoinOperator(QueryJoinOp operator) -
Uses of QueryJoinOp in adalid.core.sql
Methods in adalid.core.sql that return QueryJoinOp Modifier and Type Method Description QueryJoinOpQueryJoin. getOperator()
-