com
.
ibm
.
couchdb
.
api
.
builders
ViewQueryBuilder
Related Docs:
object ViewQueryBuilder
|
package builders
case class
ViewQueryBuilder
[
K
,
V
]
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
ViewQueryBuilder
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
attEncodingInfo
(
attEncodingInfo:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
def
attachments
(
attachments:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
val
client
:
Client
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
conflicts
(
conflicts:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
val
db
:
String
def
descending
(
descending:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
val
design
:
Option
[
String
]
def
endKey
[
K2
]
(
endKey:
K2
)
(
implicit
arg0:
W
[
K2
]
)
:
ViewQueryBuilder
[
K
,
V
]
def
endKeyDocId
(
endKeyDocId:
String
)
:
ViewQueryBuilder
[
K
,
V
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
group
(
group:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
def
groupLevel
(
groupLevel:
Int
)
:
ViewQueryBuilder
[
K
,
V
]
def
inclusiveEnd
(
inclusiveEnd:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
key
[
D
]
(
key:
D
)
(
implicit
arg0:
W
[
D
]
)
:
ViewQueryBuilder
[
K
,
V
]
def
limit
(
limit:
Int
)
:
ViewQueryBuilder
[
K
,
V
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
params
:
Map
[
String
,
String
]
def
query
(
keys:
Seq
[
K
]
)
:
Task
[
CouchKeyVals
[
K
,
V
]]
def
query
:
Task
[
CouchKeyVals
[
K
,
V
]]
def
queryIncludeDocs
[
D
]
(
keys:
Seq
[
K
]
)
(
implicit
arg0:
R
[
D
]
)
:
Task
[
CouchDocs
[
K
,
V
,
D
]]
def
queryIncludeDocs
[
D
]
(
implicit
arg0:
R
[
D
]
)
:
Task
[
CouchDocs
[
K
,
V
,
D
]]
val
queryOps
:
QueryOps
def
queryWithReduce
[
A
]
(
keys:
Seq
[
K
]
)
(
implicit
arg0:
R
[
A
]
)
:
Task
[
CouchReducedKeyVals
[
K
,
A
]]
def
queryWithReduce
[
A
]
(
implicit
arg0:
R
[
A
]
)
:
Task
[
CouchReducedKeyVals
[
K
,
A
]]
def
skip
(
skip:
Int
)
:
ViewQueryBuilder
[
K
,
V
]
def
stale
(
stale:
String
)
:
ViewQueryBuilder
[
K
,
V
]
def
startKey
[
K2
]
(
startKey:
K2
)
(
implicit
arg0:
W
[
K2
]
)
:
ViewQueryBuilder
[
K
,
V
]
def
startKeyDocId
(
startKeyDocId:
String
)
:
ViewQueryBuilder
[
K
,
V
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
temporaryView
:
Option
[
CouchView
]
def
updateSeq
(
updateSeq:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
val
view
:
Option
[
String
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped