Package | Description |
---|---|
com.couchbase.client.java.query.dsl | |
com.couchbase.client.java.query.dsl.element | |
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Method and Description |
---|---|
static Alias |
Alias.alias(String alias,
Expression original) |
static Alias |
Alias.alias(String alias,
String original) |
Constructor and Description |
---|
LetElement(Alias[] aliases) |
LettingElement(Alias[] aliases) |
Modifier and Type | Method and Description |
---|---|
WherePath |
LetPath.let(Alias... aliases) |
WherePath |
DefaultLetPath.let(Alias... aliases) |
HavingPath |
LettingPath.letting(Alias... aliases) |
HavingPath |
DefaultLettingPath.letting(Alias... aliases) |
Copyright © 2015 Couchbase, Inc.