RLS DSL - v0.1.0
GitHub
Preparing search index...
NullCondition
Interface NullCondition
Null check condition
interface
NullCondition
{
toSQL
()
:
string
;
type
:
"null"
;
column
:
string
;
value
:
NullCheckValue
;
}
Hierarchy (
View Summary
)
Condition
NullCondition
Index
Properties
type
column
value
Methods
to
SQL
Properties
type
type
:
"null"
column
column
:
string
value
value
:
NullCheckValue
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
column
value
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Null check condition