soql-parser-lite - v1.0.1
Preparing search index...
SoqlQuery
Class SoqlQuery
Hierarchy (
View Summary
)
SoqlBase
SoqlQuery
Index
Constructors
constructor
Properties
from
group
By?
having?
limit?
offset?
order
By?
select
where?
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlQuery
(
options
:
{
from
:
SoqlFromClause
;
groupBy
?:
SoqlGroupByClause
;
having
?:
SoqlHavingClause
;
limit
?:
number
;
offset
?:
number
;
orderBy
?:
SoqlOrderByClause
;
select
:
SoqlSelectClause
;
where
?:
SoqlWhereClause
;
}
,
)
:
SoqlQuery
Parameters
options
:
{
from
:
SoqlFromClause
;
groupBy
?:
SoqlGroupByClause
;
having
?:
SoqlHavingClause
;
limit
?:
number
;
offset
?:
number
;
orderBy
?:
SoqlOrderByClause
;
select
:
SoqlSelectClause
;
where
?:
SoqlWhereClause
;
}
Returns
SoqlQuery
Properties
from
from
:
SoqlFromClause
Optional
group
By
groupBy
?:
SoqlGroupByClause
Optional
having
having
?:
SoqlHavingClause
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
By
orderBy
?:
SoqlOrderByClause
select
select
:
SoqlSelectClause
Optional
where
where
?:
SoqlWhereClause
Accessors
type
get
type
()
:
string
Returns
string
Methods
Static
from
Buffer
fromBuffer
(
buffer
:
SoqlStringBuffer
)
:
SoqlQuery
Parameters
buffer
:
SoqlStringBuffer
Returns
SoqlQuery
Static
from
String
fromString
(
string
:
string
)
:
SoqlQuery
Parameters
string
:
string
Returns
SoqlQuery
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
from
group
By
having
limit
offset
order
By
select
where
Accessors
type
Methods
from
Buffer
from
String
soql-parser-lite - v1.0.1
Loading...