soql-parser-lite - v1.0.1
Preparing search index...
SoqlBooleanExpr
Class SoqlBooleanExpr
Abstract
Hierarchy (
View Summary
)
SoqlBase
SoqlBooleanExpr
SoqlComparisonExpr
SoqlLogicalExpr
SoqlParenExpr
Index
Constructors
constructor
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlBooleanExpr
()
:
SoqlBooleanExpr
Returns
SoqlBooleanExpr
Accessors
type
get
type
()
:
string
Returns
string
Methods
Static
from
Buffer
fromBuffer
(
buffer
:
SoqlStringBuffer
,
allowAggregates
?:
boolean
)
:
SoqlBooleanExpr
Parameters
buffer
:
SoqlStringBuffer
allowAggregates
:
boolean
= false
Returns
SoqlBooleanExpr
Static
from
String
fromString
(
string
:
string
,
allowAggregates
?:
boolean
)
:
SoqlBooleanExpr
Parameters
string
:
string
allowAggregates
:
boolean
= false
Returns
SoqlBooleanExpr
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
type
Methods
from
Buffer
from
String
soql-parser-lite - v1.0.1
Loading...