SynthesizedColumn

data class SynthesizedColumn(val table: PsiElement, val acceptableValues: List<String>, val nullable: Boolean = false)

These aren't considered part of the exposed query (ie performing a SELECT * does not return the column in the result set) but they can be explicitly referenced.

Constructors

Link copied to clipboard
constructor(table: PsiElement, acceptableValues: List<String>, nullable: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val nullable: Boolean = false
Link copied to clipboard
val table: PsiElement