soql-parser-lite - v1.0.1
Preparing search index...
SoqlAggregateField
Class SoqlAggregateField
Hierarchy (
View Summary
)
SoqlBase
SoqlAggregateField
Index
Constructors
constructor
Properties
field
function
Name
Accessors
type
Methods
from
Buffer
from
String
Constructors
constructor
new
SoqlAggregateField
(
options
:
{
field
:
SoqlField
;
functionName
:
string
}
,
)
:
SoqlAggregateField
Parameters
options
:
{
field
:
SoqlField
;
functionName
:
string
}
Returns
SoqlAggregateField
Properties
field
field
:
SoqlField
function
Name
functionName
:
string
Accessors
type
get
type
()
:
string
Returns
string
Methods
Static
from
Buffer
fromBuffer
(
buffer
:
SoqlStringBuffer
)
:
SoqlAggregateField
Parameters
buffer
:
SoqlStringBuffer
Returns
SoqlAggregateField
Static
from
String
fromString
(
string
:
string
)
:
SoqlAggregateField
Parameters
string
:
string
Returns
SoqlAggregateField
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
field
function
Name
Accessors
type
Methods
from
Buffer
from
String
soql-parser-lite - v1.0.1
Loading...