sql-psi
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
sql-psi
core
/
com.alecstrong.sql.psi.core.psi.mixins
Package-level
declarations
Types
Properties
Types
Alter
Table
Element
Type
Link copied to clipboard
open
class
AlterTableElementType
(
name
:
String
)
:
SqlSchemaContributorElementType
<
TableElement
>
Alter
Table
Stmt
Stub
Link copied to clipboard
interface
AlterTableStmtStub
:
SchemaContributorStub
Column
Def
Mixin
Link copied to clipboard
abstract
class
ColumnDefMixin
(
node
:
ASTNode
)
:
SqlCompositeElementImpl
,
SqlColumnDef
Single
Row
Link copied to clipboard
class
SingleRow
(
val
originalTable
:
PsiNamedElement
,
var
rowName
:
String
=
originalTable.name!!
)
:
ASTWrapperPsiElement
,
PsiNamedElement
Properties
uses
Fts
Module
Link copied to clipboard
val
SqlCreateVirtualTableStmt
.
usesFtsModule
:
Boolean