| /forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/ |
| H A D | GenericSQLQueryFilterVisitor.java | 87 * @param operand the comparison operand 91 Clause buildNumericValueClause(String propTable, String operand, String placeholder) { argument 94 .and("CAST(" + propTable + ".propvalue AS DECIMAL) " + operand + " ${" + placeholder + "}"); 101 * @param operand the comparison operand 105 Clause buildBooleanValueClause(String propTable, String operand, String placeholder) { argument 107 .and(where(propTable + ".propvalue " + operand + " ${" + placeholder + "}")); 114 * @param operand the comparison operand 118 buildStringValueClause(String propTable, String operand, String placeholder) argument 126 visitValueAssertion(Map<String, Object> objects, String operand, JsonPointer field, Object valueAssertion) argument [all...] |
| H A D | DB2TableHandler.java | 131 Clause buildNumericValueClause(String propTable, String operand, String placeholder) { 134 .and("TO_NUMBER(" + propTable + ".propvalue) " + operand + " ${" + placeholder + "}");
|
| H A D | PostgreSQLTableHandler.java | 84 public StringSQLRenderer visitValueAssertion(Map<String, Object> objects, String operand, JsonPointer field, Object valueAssertion) { argument 89 return new StringSQLRenderer("(obj.objectid " + operand + " ${" + value + "})"); 101 .append(operand)
|
| H A D | MSSQLTableHandler.java | 210 Clause buildNumericValueClause(String propTable, String operand, String placeholder) { 213 .and("(CASE ISNUMERIC(propvalue) WHEN 1 THEN CAST(propvalue AS FLOAT) ELSE null END) " + operand + " ${" + placeholder + "}");
|
| H A D | OracleTableHandler.java | 164 Clause buildNumericValueClause(String propTable, String operand, String placeholder) { 167 .and("TO_NUMBER(" + propTable + ".propvalue) " + operand + " ${" + placeholder + "}");
|
| H A D | MappedTableHandler.java | 129 public StringSQLRenderer visitValueAssertion(Map<String, Object> objects, String operand, JsonPointer field, Object valueAssertion) { 134 explicitMapping.getDbColumnName(field) + " " + operand + " ${" + value + "}");
|
| /forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/ |
| H A D | StringSQLQueryFilterVisitor.java | 61 * which handles the value assertions - x operand y for the standard operands. The implementer is also responsible for 86 * @param operand the operand used to compare 91 public abstract StringSQLRenderer visitValueAssertion(P parameters, String operand, JsonPointer field, Object valueAssertion); argument 93 public StringSQLRenderer visitCompositeFilter(final P parameters, List<QueryFilter<JsonPointer>> subFilters, String operand) { argument 94 final String operandDelimiter = new StringBuilder(" ").append(operand).append(" ").toString();
|
| H A D | Clauses.java | 94 String toSQL(String operand) { argument 102 }), operand))
|
| H A D | AbstractSQLQueryFilterVisitor.java | 54 * handles the value assertions - x operand y for the standard operands</li> 86 * @param operand the operand used to compare 91 public abstract R visitValueAssertion(P parameters, String operand, JsonPointer field, Object valueAssertion); argument
|
| /forgerock/openidm-v4/openidm-repo/src/test/java/org/forgerock/openidm/repo/util/ |
| H A D | StringSQLQueryFilterVisitorTest.java | 43 public StringSQLRenderer visitValueAssertion(Void parameters, String operand, JsonPointer field, Object valueAssertion) { 47 .append(operand) 79 { or(), "1 <> 1" }, // zero operand or is always false 80 { and(), "1 = 1" }, // zero operand and is always true 81 { or(equalTo(ptr("/age"), 1234L)), "age = 1234" }, // single operand or is no-op 82 { and(equalTo(ptr("/age"), 1234L)), "age = 1234" }, // single operand and is no-op
|
| /forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 73 * Regular expression group position of the remainder part of an operand. 224 * operand (AND / OR) 342 EnumBooleanTypes operand = 344 if ((operand == null) 345 || ((operand != EnumBooleanTypes.AND_BOOLEAN_TYPE) && 346 (operand != EnumBooleanTypes.OR_BOOLEAN_TYPE))) { 364 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 86 * Regular expression group position of the remainder part of an operand. 243 * operand (AND / OR) 361 EnumBooleanTypes operand = 363 if ((operand == null) 364 || ((operand != EnumBooleanTypes.AND_BOOLEAN_TYPE) && 365 (operand != EnumBooleanTypes.OR_BOOLEAN_TYPE))) { 383 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 86 * Regular expression group position of the remainder part of an operand. 243 * operand (AND / OR) 361 EnumBooleanTypes operand = 363 if ((operand == null) 364 || ((operand != EnumBooleanTypes.AND_BOOLEAN_TYPE) && 365 (operand != EnumBooleanTypes.OR_BOOLEAN_TYPE))) { 383 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 73 * Regular expression group position of the remainder part of an operand. 224 * operand (AND / OR) 342 EnumBooleanTypes operand = 344 if ((operand == null) 345 || ((operand != EnumBooleanTypes.AND_BOOLEAN_TYPE) && 346 (operand != EnumBooleanTypes.OR_BOOLEAN_TYPE))) { 364 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 86 * Regular expression group position of the remainder part of an operand. 243 * operand (AND / OR) 361 EnumBooleanTypes operand = 363 if ((operand == null) 364 || ((operand != EnumBooleanTypes.AND_BOOLEAN_TYPE) && 365 (operand != EnumBooleanTypes.OR_BOOLEAN_TYPE))) { 383 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
| H A D | BindRule.java | 64 /** Regular expression group position of the remainder part of an operand. */ 201 * If there are remaining chars => there MUST be an operand (AND / OR) 299 EnumBooleanTypes operand = EnumBooleanTypes.createBindruleOperand(remainingOperand); 300 if (operand == null 301 || (operand != EnumBooleanTypes.AND_BOOLEAN_TYPE 302 && operand != EnumBooleanTypes.OR_BOOLEAN_TYPE)) { 318 return new BindRule(bindrule, bindrule_2, operand);
|
| /forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/query/ |
| H A D | Queries.java | 66 public StringSQLRenderer visitValueAssertion(Map<String, String> objects, String operand, JsonPointer field, Object valueAssertion) { argument 75 return new StringSQLRenderer("(${dotnotation:" + field.toString() + "} " + operand + " ${" + value + "})");
|
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_compile.c | 461 "operand of unlimited repeat could match the empty string\0" /** DEAD **/
|