SqlCompletionConfig

data class SqlCompletionConfig(val dialect: SQLDialect? = null, val schema: SqlSchema? = null, val tables: List<Any>? = null, val schemas: List<Any>? = null, val defaultTable: String? = null, val defaultSchema: String? = null, val upperCaseKeywords: Boolean = false, val keywordCompletion: (String, String) -> Completion? = null)

Configuration for schemaCompletionSource.

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tables: List<Any>?
Link copied to clipboard