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