RLS DSL - v0.1.0
GitHub
Preparing search index...
JoinDefinition
Interface JoinDefinition
Join definition
interface
JoinDefinition
{
table
:
string
;
alias
?:
string
;
on
:
Condition
;
type
?:
"inner"
|
"left"
|
"right"
|
"full"
;
}
Index
Properties
table
alias?
on
type?
Properties
table
table
:
string
Optional
alias
alias
?:
string
on
on
:
Condition
Optional
type
type
?:
"inner"
|
"left"
|
"right"
|
"full"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
table
alias
on
type
GitHub
RLS DSL - v0.1.0
Loading...
Join definition