Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lang-sql
/
com.monkopedia.kodemirror.lang.sql
/
SqlCompletionConfig
/
SqlCompletionConfig
Sql
Completion
Config
constructor
(
dialect
:
SQLDialect
?
=
null
,
schema
:
SqlSchema
?
=
null
,
tables
:
List
<
Any
>
?
=
null
,
schemas
:
List
<
Any
>
?
=
null
,
defaultTable
:
String
?
=
null
,
defaultSchema
:
String
?
=
null
,
upperCaseKeywords
:
Boolean
=
false
,
keywordCompletion
:
(
String
,
String
)
->
Completion
?
=
null
)