Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
DiffResult
Interface DiffResult
Result from diffing two SQL statements
interface
DiffResult
{
edits
?:
DiffEdit
[]
;
error
?:
string
;
success
:
boolean
;
}
Index
Properties
edits?
error?
success
Properties
Optional
edits
edits
?:
DiffEdit
[]
Optional
error
error
?:
string
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
edits
error
success
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
Result from diffing two SQL statements