QueryResult

constructor(column: PsiElement)


constructor(table: PsiNamedElement? = null, columns: List<QueryElement.QueryColumn>, synthesizedColumns: List<QueryElement.SynthesizedColumn> = emptyList(), joinConstraint: SqlJoinConstraint? = null, adjacent: Boolean = false)

Parameters

adjacent

true if this query result comes from a FROM clause adjacent to the element asking for query results.