|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseQuery | |
|---|---|
| org.ocap.hn.content.navigation | |
| Uses of DatabaseQuery in org.ocap.hn.content.navigation |
|---|
| Methods in org.ocap.hn.content.navigation that return DatabaseQuery | |
|---|---|
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query. |
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query,
String contextNode)
Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query. |
abstract DatabaseQuery |
DatabaseQuery.negate()
Create a new DatabaseQuery, which is the logical NOT of this query. |
static DatabaseQuery |
DatabaseQuery.newInstance(String fieldName,
int comparison,
String value)
Make a new DatabaseQuery for a specific value in a specific field. |
abstract DatabaseQuery |
DatabaseQuery.or(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query. |
| Methods in org.ocap.hn.content.navigation with parameters of type DatabaseQuery | |
|---|---|
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical AND of the predicates represented by this query and the argument query. |
abstract DatabaseQuery |
DatabaseQuery.and(DatabaseQuery query,
String contextNode)
Create a new DatabaseQuery object based upon the logical AND of the predicates represented by this query and the argument query. |
abstract DatabaseQuery |
DatabaseQuery.or(DatabaseQuery query)
Create a new DatabaseQuery based upon the logical OR of the predicates represented by this query and the argument query. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||