Table

expect annotation class Table(    val value: String,     val name: String,     val schema: String)

Constructors

Link copied to clipboard
expect fun Table(    value: String,     name: String,     schema: String)

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val schema: String
Link copied to clipboard
expect val value: String