Entity
Preparing search index...
@expo/entity-database-adapter-knex
SQLBinding
Type Alias SQLBinding<TFields>
SQLBinding
:
|
{
type
:
"value"
;
value
:
SupportedSQLValue
}
|
{
name
:
string
;
type
:
"identifier"
}
|
{
fieldName
:
keyof
TFields
;
type
:
"entityField"
}
Types of bindings that can be used in SQL queries.
Type Parameters
TFields
extends
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Entity
Loading...
Types of bindings that can be used in SQL queries.