TableName

data class TableName(val namespace: String, val name: String)

Constructors

Link copied to clipboard
constructor(namespace: String, name: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun toPrettyString(quote: String = "", suffix: String = ""): String