@wxn0brp/db-core
Preparing search index...
helpers/executor
ExecutorInterface
Interface ExecutorInterface
interface
ExecutorInterface
{
addOp
(
func
:
Function
,
query
?:
any
,
collection
?:
string
)
:
Promise
<
any
>
;
}
Implemented by
Executor
SmartExecutor
Index
Methods
add
Op
Methods
add
Op
addOp
(
func
:
Function
,
query
?:
any
,
collection
?:
string
)
:
Promise
<
any
>
Parameters
func
:
Function
Optional
query
:
any
Optional
collection
:
string
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Op
@wxn0brp/db-core
Loading...