Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
TokenInfo
Interface TokenInfo
A single token from the SQL token stream.
interface
TokenInfo
{
comments
:
string
[]
;
span
:
SpanInfo
;
text
:
string
;
tokenType
:
string
;
trailingComments
:
string
[]
;
}
Index
Properties
comments
span
text
token
Type
trailing
Comments
Properties
comments
comments
:
string
[]
span
span
:
SpanInfo
text
text
:
string
token
Type
tokenType
:
string
trailing
Comments
trailingComments
:
string
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comments
span
text
token
Type
trailing
Comments
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
A single token from the SQL token stream.