RLS DSL - v0.1.0
GitHub
Preparing search index...
FunctionCondition
Interface FunctionCondition
Function call condition
interface
FunctionCondition
{
toSQL
()
:
string
;
type
:
"function"
;
functionName
:
string
;
arguments
:
(
string
|
Condition
)
[]
;
}
Hierarchy (
View Summary
)
Condition
FunctionCondition
Index
Properties
type
function
Name
arguments
Methods
to
SQL
Properties
type
type
:
"function"
function
Name
functionName
:
string
arguments
arguments
:
(
string
|
Condition
)
[]
Methods
to
SQL
toSQL
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
function
Name
arguments
Methods
to
SQL
GitHub
RLS DSL - v0.1.0
Loading...
Function call condition