RLS DSL - v0.1.0
GitHub
Preparing search index...
LogicalCondition
Interface LogicalCondition
Logical operator condition (AND/OR)
interface
LogicalCondition
{
toSQL
()
:
string
;
type
:
"logical"
;
operator
:
ConditionOperator
;
conditions
:
Condition
[]
;
}
Hierarchy (
View Summary
)
Condition
LogicalCondition
Index
Properties
type
operator
conditions
Methods
to
SQL
Properties
type
type
:
"logical"
operator
operator
:
ConditionOperator
conditions
conditions
:
Condition
[]
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
operator
conditions
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Logical operator condition (AND/OR)