app.cash.sqldelight.dialects.hsql.grammar.psi.HsqlWindowFunc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hsql-dialect Show documentation
Show all versions of hsql-dialect Show documentation
The HSQL Dialect for SQLDelight
// This is a generated file. Not intended for manual editing.
package app.cash.sqldelight.dialects.hsql.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 HsqlWindowFunc extends SqlCompositeElement {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy