com
.
ibm
.
couchdb
.
api
.
builders
ViewQueryBuilder
Related Doc:
package builders
case class
ViewQueryBuilder
[
K
,
V
]
(
client:
Client
,
db:
String
,
design:
String
,
view:
String
,
params:
Map
[
String
,
String
] =
Map.empty[String, String]
)
(
implicit
kr:
Reader
[
K
]
,
kw:
Writer
[
K
]
,
vr:
Reader
[
V
]
,
cdr:
Reader
[
CouchKeyVals
[
K
,
V
]]
,
dkw:
Writer
[
DocKeys
[
K
]]
)
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
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ViewQueryBuilder
(
client:
Client
,
db:
String
,
design:
String
,
view:
String
,
params:
Map
[
String
,
String
] =
Map.empty[String, String]
)
(
implicit
kr:
Reader
[
K
]
,
kw:
Writer
[
K
]
,
vr:
Reader
[
V
]
,
cdr:
Reader
[
CouchKeyVals
[
K
,
V
]]
,
dkw:
Writer
[
DocKeys
[
K
]]
)
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
:
String
def
endKey
[
T
]
(
endKey:
T
)
(
implicit
arg0:
Writer
[
T
]
)
:
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
[
T
]
(
key:
T
)
(
implicit
arg0:
Writer
[
T
]
)
:
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:
Reader
[
D
]
)
:
Task
[
CouchDocs
[
K
,
V
,
D
]]
def
queryIncludeDocs
[
D
]
(
implicit
arg0:
Reader
[
D
]
)
:
Task
[
CouchDocs
[
K
,
V
,
D
]]
def
reduce
(
reduce:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
def
skip
(
skip:
Int
)
:
ViewQueryBuilder
[
K
,
V
]
def
stale
(
stale:
String
)
:
ViewQueryBuilder
[
K
,
V
]
def
startKey
[
T
]
(
startKey:
T
)
(
implicit
arg0:
Writer
[
T
]
)
:
ViewQueryBuilder
[
K
,
V
]
def
startKeyDocId
(
startKeyDocId:
String
)
:
ViewQueryBuilder
[
K
,
V
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
updateSeq
(
updateSeq:
Boolean
=
true
)
:
ViewQueryBuilder
[
K
,
V
]
val
view
:
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