Polyglot SQL API Documentation - v0.1.0
GitHub
npm
Preparing search index...
ParseResult
Interface ParseResult
Result of a parse operation
interface
ParseResult
{
ast
?:
any
;
error
?:
string
;
success
:
boolean
;
}
Index
Properties
ast?
error?
success
Properties
Optional
ast
ast
?:
any
Optional
error
error
?:
string
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ast
error
success
GitHub
npm
Polyglot SQL API Documentation - v0.1.0
Loading...
Result of a parse operation