soql-parser-lite - v1.0.1
Preparing search index...
SoqlAndExpr
Class SoqlAndExpr
Hierarchy (
View Summary
)
SoqlLogicalExpr
SoqlAndExpr
Index
Constructors
constructor
Properties
left
right
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlAndExpr
(
options
:
{
left
:
SoqlBooleanExpr
;
right
:
SoqlBooleanExpr
}
,
)
:
SoqlAndExpr
Parameters
options
:
{
left
:
SoqlBooleanExpr
;
right
:
SoqlBooleanExpr
}
Returns
SoqlAndExpr
Properties
left
left
:
SoqlBooleanExpr
right
right
:
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
Properties
left
right
Accessors
type
Methods
from
Buffer
from
String
soql-parser-lite - v1.0.1
Loading...