Package | Description |
---|---|
com.couchbase.client.java.query.dsl.functions |
Functions are
Expressions that represent predefined utility functions in N1QL. |
Modifier and Type | Method and Description |
---|---|
static Collections.WhenBuilder |
Collections.arrayIn(Expression arrayExpression,
String variable,
Expression expression)
Create an ARRAY comprehension with a first IN range.
|
static Collections.WhenBuilder |
Collections.arrayWithin(Expression arrayExpression,
String variable,
Expression expression)
Create an ARRAY comprehension with a first WITHIN range.
|
static Collections.WhenBuilder |
Collections.firstIn(Expression arrayExpression,
String variable,
Expression expression)
Create a FIRST comprehension with a first IN range.
|
static Collections.WhenBuilder |
Collections.firstWithin(Expression arrayExpression,
String variable,
Expression expression)
Create a FIRST comprehension with a first WITHIN range.
|
Collections.WhenBuilder |
Collections.WhenBuilder.in(String variable,
Expression expression) |
Collections.WhenBuilder |
Collections.WhenBuilder.within(String variable,
Expression expression) |
Copyright © 2015 Couchbase, Inc.