Documentation
Preparing search index...
@rivetkit/db
drizzle/mod
SQLiteSelectJoinConfig
Interface SQLiteSelectJoinConfig
interface
SQLiteSelectJoinConfig
{
alias
:
string
|
undefined
;
joinType
:
JoinType
;
on
:
SQL
<
unknown
>
|
undefined
;
table
:
|
SQLiteTable
<
TableConfig
>
|
SQLiteViewBase
<
string
,
boolean
,
ColumnsSelection
>
|
SQL
<
unknown
>
|
Subquery
<
string
,
Record
<
string
,
unknown
>
>
;
}
Index
Properties
alias
join
Type
on
table
Properties
alias
alias
:
string
|
undefined
join
Type
joinType
:
JoinType
on
on
:
SQL
<
unknown
>
|
undefined
table
table
:
|
SQLiteTable
<
TableConfig
>
|
SQLiteViewBase
<
string
,
boolean
,
ColumnsSelection
>
|
SQL
<
unknown
>
|
Subquery
<
string
,
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alias
join
Type
on
table
Documentation
Loading...