| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.query |
| Modifier and Type | Method and Description |
|---|---|
Query.QueryBuilder |
Query.QueryBuilder.and(Query.QueryBuilder qb)
Generates a builder by applying the logical "and" operator between the current builder and the input builder.
|
Query.QueryBuilder |
Query.QueryBuilder.and(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "and" operator between the current builder and the resulting operation of the input values.
|
Query.QueryBuilder |
Query.QueryBuilder.andNot(Query.QueryBuilder qb)
Generates a builder by applying the logical "and" operator between the current builder and the input builder after negation.
|
Query.QueryBuilder |
Query.QueryBuilder.andNot(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "and" operator between the current builder and the resulting operation of the input values after negation.
|
static Query.QueryBuilder |
Query.not(String fieldName,
QueryMethod method,
Object fieldValue)
QueryBuilder not
|
Query.QueryBuilder |
Query.QueryBuilder.or(Query.QueryBuilder qb)
Generates a builder by applying the logical "or" operator between the current builder and the input builder.
|
Query.QueryBuilder |
Query.QueryBuilder.or(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "or" operator between the current builder and the resulting operation of the input values.
|
Query.QueryBuilder |
Query.QueryBuilder.orNot(Query.QueryBuilder qb)
Generates a builder by applying the logical "or" operator between the current builder and the input builder after negation.
|
Query.QueryBuilder |
Query.QueryBuilder.orNot(String fieldName,
QueryMethod method,
Object fieldValue)
Generates a builder by applying the logical "or" operator between the current builder and the resulting operation of the input values after negation.
|
static Query.QueryBuilder |
Query.QueryBuilder.parenthesis(Query.QueryBuilder queryBuilder)
Wraps current builder content into a parenthesis
|
static Query.QueryBuilder |
Query.statement(String fieldName,
QueryMethod method,
Object fieldValue)
QueryBuilder Statement
|
| Modifier and Type | Method and Description |
|---|---|
Query.QueryBuilder |
Query.QueryBuilder.and(Query.QueryBuilder qb)
Generates a builder by applying the logical "and" operator between the current builder and the input builder.
|
Query.QueryBuilder |
Query.QueryBuilder.andNot(Query.QueryBuilder qb)
Generates a builder by applying the logical "and" operator between the current builder and the input builder after negation.
|
Query.QueryBuilder |
Query.QueryBuilder.or(Query.QueryBuilder qb)
Generates a builder by applying the logical "or" operator between the current builder and the input builder.
|
Query.QueryBuilder |
Query.QueryBuilder.orNot(Query.QueryBuilder qb)
Generates a builder by applying the logical "or" operator between the current builder and the input builder after negation.
|
static Query.QueryBuilder |
Query.QueryBuilder.parenthesis(Query.QueryBuilder queryBuilder)
Wraps current builder content into a parenthesis
|
Copyright © 2021 Micro Focus. All rights reserved.