RLS DSL - v0.1.0
GitHub
Preparing search index...
MembershipCondition
Interface MembershipCondition
Membership condition (in, contains)
interface
MembershipCondition
{
toSQL
()
:
string
;
type
:
"membership"
;
column
:
string
;
operator
:
"in"
|
"contains"
;
value
:
|
string
|
number
|
boolean
|
Date
|
SubqueryDefinition
|
(
string
|
number
|
boolean
|
Date
|
null
)
[]
|
null
;
}
Hierarchy (
View Summary
)
Condition
MembershipCondition
Index
Properties
type
column
operator
value
Methods
to
SQL
Properties
type
type
:
"membership"
column
column
:
string
operator
operator
:
"in"
|
"contains"
value
value
:
|
string
|
number
|
boolean
|
Date
|
SubqueryDefinition
|
(
string
|
number
|
boolean
|
Date
|
null
)
[]
|
null
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
column
operator
value
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Membership condition (in, contains)