RLS DSL - v0.1.0
GitHub
Preparing search index...
Condition
Interface Condition
Base condition interface that all conditions implement
interface
Condition
{
type
:
string
;
toSQL
()
:
string
;
}
Hierarchy (
View Summary
)
Condition
ComparisonCondition
PatternCondition
MembershipCondition
NullCondition
LogicalCondition
SubqueryCondition
FunctionCondition
HelperCondition
ContextValue
Index
Properties
type
Methods
to
SQL
Properties
type
type
:
string
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Base condition interface that all conditions implement