Version: 4.4
#
Interface: RawBuilder<TRecord, TResult>#
Type parametersName | Type | Default |
---|---|---|
TRecord | {} | any |
TResult | - | any |
#
Hierarchy- RawBuilder
#
Callableâ–¸ RawBuilder<TResult2>(value
: Value): Raw<TResult2>
#
Type parameters:Name | Default |
---|---|
TResult2 | TResult |
#
Parameters:Name | Type |
---|---|
value | Value |
Returns: Raw<TResult2>
Defined in: node_modules/knex/types/index.d.ts:1506
â–¸ RawBuilder<TResult2>(sql
: string, ...bindings
: readonly RawBinding[]): Raw<TResult2>
#
Type parameters:Name | Default |
---|---|
TResult2 | TResult |
#
Parameters:Name | Type |
---|---|
sql | string |
...bindings | readonly RawBinding[] |
Returns: Raw<TResult2>
Defined in: node_modules/knex/types/index.d.ts:1507
â–¸ RawBuilder<TResult2>(sql
: string, bindings
: ValueDict | readonly RawBinding[]): Raw<TResult2>
#
Type parameters:Name | Default |
---|---|
TResult2 | TResult |
#
Parameters:Name | Type |
---|---|
sql | string |
bindings | ValueDict | readonly RawBinding[] |
Returns: Raw<TResult2>
Defined in: node_modules/knex/types/index.d.ts:1508