//sqldelight-compiler/com.squareup.sqldelight.core.compiler.model/NamedQuery
NamedQuery
[jvm] data class NamedQuery(name: String, select: SqlCompoundSelectStmt, statementIdentifier: PsiElement?) : BindableQuery
Properties
| Name | Summary |
|---|---|
| id | [jvm] open override val id: Int |
| name | [jvm] val name: String |
| select | [jvm] val select: SqlCompoundSelectStmt |