Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
SpanInfo
Interface SpanInfo
Span information for a token, indicating its position in the source SQL.
interface
SpanInfo
{
column
:
number
;
end
:
number
;
line
:
number
;
start
:
number
;
}
Index
Properties
column
end
line
start
Properties
column
column
:
number
end
end
:
number
line
line
:
number
start
start
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
end
line
start
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
Span information for a token, indicating its position in the source SQL.