sqlkit
Preparing search index...
Join
Interface Join<T, F>
interface
Join
<
T
,
F
>
{
as
?:
string
;
columns
?:
(
keyof
F
)
[]
;
on
:
{
foreignField
:
keyof
F
;
localField
:
keyof
T
}
;
table
:
string
;
type
:
"left"
|
"right"
|
"full"
|
"inner"
;
}
Type Parameters
T
F
Index
Properties
as?
columns?
on
table
type
Properties
Optional
as
as
?:
string
Optional
columns
columns
?:
(
keyof
F
)
[]
on
on
:
{
foreignField
:
keyof
F
;
localField
:
keyof
T
}
table
table
:
string
type
type
:
"left"
|
"right"
|
"full"
|
"inner"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
as
columns
on
table
type
sqlkit
Loading...