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