Package com.couchbase.client.java.query.dsl.element
-
Interface Summary Interface Description Element The Element interface describes keywords in the N1QL DSL. -
Class Summary Class Description AsElement BuildIndexElement Element for initial clause of a BUILD index statement.DropIndexElement Element for the initial clause of a DROP index statement.ExceptElement FromElement GroupByElement HavingElement HintIndexElement Element of the Index DSL to create various forms of indexes.IndexElement Element of the Index DSL to create various forms of indexes.IndexNamesElement Element for listing index names when Building an Index.InsertSelectElement InsertValueElement IntersectElement JoinElement KeysElement LetElement LettingElement LimitElement MergeDeleteElement MergeInsertElement NestedLoopJoinHintElement Hint to use Nested loop joinNestElement OffsetElement OnElement Element of the Index DSL that targets the keyspace on which to apply an index.OrderByElement ReturningElement SelectElement SetElement UnionElement UnnestElement UnsetElement UsingElement Element of the Index DSL that describes what kind of index to build.WhereElement WithIndexOptionElement Element of the Index DSL that allows to describe additional options for index creation. -
Enum Summary Enum Description InsertValueElement.InsertPosition KeysElement.ClauseType ReturningElement.ReturningType SetElement.SetPosition UnsetElement.UnsetPosition