DBFunctionDTO

FunctionDTO that represents the internal DBFunction

Sub Type Property: "_type" : "DBFunction"

Fields

Type
Name
Description
Optional
Default Value
String  
sql
The sql code of the function.
false
 
Boolean  
not
The flag to invert the function.
true
false

Example

{
	"_type" : "DBFunction",
	"not" : false,
	"sql" : ""
}