Searched defs:clause (Results 1 - 11 of 11) sorted by relevance

/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/
H A DClause.java27 * Model a where-clause or where-clause constituent.
31 * Model a composite clause as in 'a AND b'.
32 * Helper method to construct an AND clause with a String.
34 * @param clause the other clause to AND with this one
35 * @return the composite AND-clause
37 Clause and(String clause); argument
40 * Model a composite clause as in 'a AND b'.
42 * @param clause th
45 and(Clause clause) argument
54 or(String clause) argument
62 or(Clause clause) argument
[all...]
H A DClauses.java40 * An abstract clause implementation to combine clauses with each other through
44 public Clause and(String clause) { argument
45 return and(where(clause));
50 public Clause or(String clause) { argument
51 return or(where(clause));
66 * A simple clause to wrap a String expression.
69 private final String clause; field in class:Clauses.SimpleClause
71 SimpleClause(String clause) { argument
72 this.clause = clause;
119 and(Clause clause) argument
123 or(Clause clause) argument
143 and(Clause clause) argument
148 or(Clause clause) argument
160 private final Clause clause; field in class:Clauses.NotClause
161 NotClause(Clause clause) argument
175 where(String clause) argument
185 not(String clause) argument
195 not(Clause clause) argument
[all...]
/forgerock/openidm-v4/openidm-repo/src/test/java/org/forgerock/openidm/repo/util/
H A DClauseTest.java74 public void testToSQL(Clause clause, String sql) { argument
75 assertThat(clause.toSQL()).isEqualTo(sql);
80 public void testToString(Clause clause, String sql) { argument
81 assertThat(clause.toString()).isEqualTo(sql);
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DSQLBuilder.java38 * renders table joins as part of the where clause. Abstract so database implementations may subclass
133 * Construct the second pass of a join with the type, table clause, and on clause.
138 * @param clause the on clause
140 Join(SQLBuilder builder, JoinType type, Table table, Clause clause) { argument
144 this.onClause = clause;
148 * Complete this join on the on-clause.
150 * @param clause the on clause
153 on(Clause clause) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 101 milliseconds