Interface SqliteInsertStmt

All Superinterfaces:
com.intellij.openapi.util.Iconable, com.intellij.psi.PsiElement, com.alecstrong.sql.psi.core.psi.SqlAnnotatedElement, com.alecstrong.sql.psi.core.psi.SqlCompositeElement, com.alecstrong.sql.psi.core.psi.SqlInsertStmt, com.intellij.openapi.util.UserDataHolder
All Known Implementing Classes:
app.cash.sqldelight.dialects.sqlite_3_24.grammar.mixins.InsertStmtMixin, SqliteInsertStmtImpl

public interface SqliteInsertStmt extends com.alecstrong.sql.psi.core.psi.SqlInsertStmt
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable

    com.intellij.openapi.util.Iconable.IconFlags
  • Field Summary

    Fields inherited from interface com.intellij.openapi.util.Iconable

    ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY

    Fields inherited from interface com.intellij.psi.PsiElement

    ARRAY_FACTORY, EMPTY_ARRAY
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.intellij.openapi.util.Iconable

    getIcon

    Methods inherited from interface com.intellij.psi.PsiElement

    accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getOwnDeclarations, getOwnReferences, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getTextRangeInParent, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toString

    Methods inherited from interface com.alecstrong.sql.psi.core.psi.SqlAnnotatedElement

    annotate

    Methods inherited from interface com.alecstrong.sql.psi.core.psi.SqlCompositeElement

    getContainingFile, queryAvailable, tablesAvailable

    Methods inherited from interface com.alecstrong.sql.psi.core.psi.SqlInsertStmt

    getColumnNameList, getDatabaseName, getInsertStmtValues, getTableAlias, getTableName, getWithClause

    Methods inherited from interface com.intellij.openapi.util.UserDataHolder

    getUserData, putUserData
  • Method Details