Home
last modified time | relevance | path

Searched defs:jql (Results 1 – 8 of 8) sorted by relevance

/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2JQLModule.java246 JQL jql = jqlmap.get(jqlid); in close() local
256 private JQL jql(Integer jqlid) throws RuntimeException { in jql() method in EJDB2JQLModule
257 JQL jql = jqlmap.get(jqlid); in jql() local
279 void apply(JQL jql) throws Exception; in apply()
/third_party/ejdb/src/jql/tests/
Djql_test1.c86 JQL jql; in _jql_test1_2() local
205 JQL jql; in _jql_test1_3() local
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/
Dindex.js64 constructor(db, jql) { argument
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DJQL.java415 Reference(JQL jql, ReferenceQueue<JQL> rq) { in Reference()
/third_party/ejdb/src/bindings/ejdb2_node/
Dindex.js115 constructor(jql, opts) { argument
Dejdb2_node.c1323 JQL jql; member
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java421 Reference(JQL jql, ReferenceQueue<JQL> rq) { in Reference()
/third_party/ejdb/src/
Dejdb2.c1005 JQL jql; in ejdb_count2() local