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