sql-psi
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
sql-psi
core
/
com.alecstrong.sql.psi.core.psi
/
QueryElement
/
QueryColumn
/
QueryColumn
Query
Column
constructor
(
element
:
PsiElement
,
nullable
:
Boolean
?
=
null
,
compounded
:
List
<
QueryElement.QueryColumn
>
=
emptyList()
,
hiddenByUsing
:
Boolean
=
false
)