member
Function
|
.
mingydb
.
Collection
#
indexExists
Arguments
indexNames
callback
indexExists (
|
String
|
Array
[
String
,
]
indexNames
,
callback
,
) {
Determine whether one or more indexes exist on this collection.
Arguments
|
String
|
Array
[
String
,
]
indexNames
callback
(
|
Error
|
undefined
err
,
|
Boolean
exists
,
) {
Arguments
|
Error
|
undefined
err
|
Boolean
exists