Query

@Serializable
data class Query(val sql: String) : DbSource(source)

Constructors

Link copied to clipboard
constructor(sql: String)

Properties

Link copied to clipboard
val sql: String