public final class WhereClause
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | WhereClause.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<CustomIndexExpression> | expressions | 
| java.util.List<Relation> | relations | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsCustomExpressions() | 
| WhereClause | copy(java.util.List<Relation> newRelations) | 
| static WhereClause | empty() | 
public final java.util.List<Relation> relations
public final java.util.List<CustomIndexExpression> expressions
public static WhereClause empty()
public WhereClause copy(java.util.List<Relation> newRelations)
public boolean containsCustomExpressions()
Copyright © 2018 The Apache Software Foundation