LabeledStatement

data class LabeledStatement(val identifier: StmtIdentifierMixin, val statement: SqlStmt)

Constructors

Link copied to clipboard
constructor(identifier: StmtIdentifierMixin, statement: SqlStmt)

Properties

Link copied to clipboard
Link copied to clipboard
val statement: SqlStmt