soql-parser-lite - v1.0.1
Preparing search index...
SoqlNinExpr
Class SoqlNinExpr
Hierarchy (
View Summary
)
SoqlComparisonExpr
<
SoqlValueExpr
[]
|
SoqlQuery
>
SoqlNinExpr
Index
Constructors
constructor
Properties
left
right
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlNinExpr
(
options
:
{
left
:
SoqlValueExpr
;
right
:
SoqlQuery
|
SoqlValueExpr
[]
}
,
)
:
SoqlNinExpr
Parameters
options
:
{
left
:
SoqlValueExpr
;
right
:
SoqlQuery
|
SoqlValueExpr
[]
}
Returns
SoqlNinExpr
Properties
left
left
:
SoqlValueExpr
right
right
:
SoqlQuery
|
SoqlValueExpr
[]
Accessors
type
get
type
()
:
string
Returns
string
Methods
Static
from
Buffer
fromBuffer
(
buffer
:
SoqlStringBuffer
,
allowAggregates
?:
boolean
,
)
:
SoqlComparisonExpr
Parameters
buffer
:
SoqlStringBuffer
allowAggregates
:
boolean
= false
Returns
SoqlComparisonExpr
Static
from
String
fromString
(
string
:
string
)
:
SoqlComparisonExpr
Parameters
string
:
string
Returns
SoqlComparisonExpr
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...