SqlCompletionConfig

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)