app.cash.sqldelight.dialects.postgresql.grammar.psi.PostgreSqlAlterTableRules Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of postgresql-dialect Show documentation
Show all versions of postgresql-dialect Show documentation
The PostgreSQL Dialect for SQLDelight
// This is a generated file. Not intended for manual editing.
package app.cash.sqldelight.dialects.postgresql.grammar.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
import com.alecstrong.sql.psi.core.psi.SqlAlterTableRules;
public interface PostgreSqlAlterTableRules extends SqlAlterTableRules {
@Nullable
PostgreSqlAlterTableAddConstraint getAlterTableAddConstraint();
@Nullable
PostgreSqlAlterTableAlterColumn getAlterTableAlterColumn();
@Nullable
PostgreSqlAlterTableDropColumn getAlterTableDropColumn();
@Nullable
PostgreSqlAlterTableRenameColumn getAlterTableRenameColumn();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy