Uses of Interface
com.couchbase.client.java.query.dsl.path.Path
| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.path | |
| com.couchbase.client.java.query.dsl.path.index |
-
Uses of Path in com.couchbase.client.java.query.dsl.path
Subinterfaces of Path in com.couchbase.client.java.query.dsl.path Modifier and Type Interface Description interfaceAsPath.interfaceDeleteUsePathinterfaceFromPath.interfaceGroupByPath.interfaceHavingPath.interfaceHintPathHint clause (especially for specifying indexes to use) after a from clause.interfaceInitialInsertPathinterfaceInitialUpdateUnsetPathinterfaceInsertValuesPathinterfaceJoinPath.interfaceKeysPath.interfaceLetPathinterfaceLettingPath.interfaceLimitPathinterfaceMergeDeletePathinterfaceMergeDeleteWherePathinterfaceMergeInsertPathinterfaceMergeInsertWherePathinterfaceMergeKeyClausePathinterfaceMergeSourcePathinterfaceMergeUpdatePath.interfaceMergeUpdateSetOrUnsetPathinterfaceMergeUpdateSetPathinterfaceMergeUpdateUnsetPathinterfaceMergeUpdateWherePathinterfaceMutateLimitPathinterfaceMutateWherePathinterfaceNestPath.interfaceOffsetPath.interfaceOrderByPath.interfaceReturningPathinterfaceSelectPath.interfaceSelectResultPath.interfaceUnnestPath.interfaceUpdateSetOrUnsetPathinterfaceUpdateSetPathinterfaceUpdateUnsetPathinterfaceUpdateUsePathinterfaceWherePathFilters resulting rows based on the given expression. -
Uses of Path in com.couchbase.client.java.query.dsl.path.index
Subinterfaces of Path in com.couchbase.client.java.query.dsl.path.index Modifier and Type Interface Description interfaceBuildIndexPathStarting path of the Index building DSL.interfaceCreateIndexPathStarting path of the Index creation DSL.interfaceDropPathInitial path of the Index dropping DSL.interfaceIndexNamesPathPath of the Index building DSL to specify which index(es) to build.interfaceOnPathOn path in the Index creation DSL.interfaceOnPrimaryPathOn path in the primary Index creation DSL.interfaceUsingPathUsing path of the Index dropping DSL.interfaceUsingWithPathUsing path of the Index creation DSL.interfaceWherePathWhere clause in the Index creation DSL.interfaceWithPathWith path of the Index creation DSL (setting options).Classes in com.couchbase.client.java.query.dsl.path.index that implement Path Modifier and Type Class Description classDefaultBuildIndexPathseeBuildIndexPathclassDefaultCreateIndexPathSeeCreateIndexPath.classDefaultDropPathSeeDropPath.classDefaultIndexNamesPathSeeIndexNamesPath.classDefaultOnPathSeeOnPath.classDefaultOnPrimaryPathSeeOnPrimaryPath.classDefaultUsingPathSeeUsingPath.classDefaultUsingWithPathSeeUsingWithPath.classDefaultWherePathSeeWherePath.classDefaultWithPathSeeWithPath.