QueryColumn
data class QueryColumn(val element: PsiElement, val nullable: Boolean? = null, val compounded: List<QueryElement.QueryColumn> = emptyList(), val hiddenByUsing: Boolean = false)
Constructors
Link copied to clipboard
constructor(element: PsiElement, nullable: Boolean? = null, compounded: List<QueryElement.QueryColumn> = emptyList(), hiddenByUsing: Boolean = false)