Constructor
# new ValuesClause(clauseopt)
The VALUES clause
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
clause |
ClauseArg
|
<optional> |
Extends
Methods
# execute(args) → {Promise.<V>}
Processes itself
Parameters:
Name | Type | Description |
---|---|---|
args |
Array.<any>
|
- Inherited From:
- Implements:
Promise.<V>
# async paginate(size) → {Promise.<Paginator.<R, Q>>}
Parameters:
Name | Type | Description |
---|---|---|
size |
number
|
- Inherited From:
Promise.<Paginator.<R, Q>>