All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app.cash.sqldelight.dialects.postgresql.grammar.psi.PostgreSqlConflictUpdate Maven / Gradle / Ivy

// 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.SqlCompositeElement;

public interface PostgreSqlConflictUpdate extends SqlCompositeElement {

  @NotNull
  List getConflictAssignList();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy