DatabaseTableResponse

data class DatabaseTableResponse(val hasRows: Boolean, val name: String)

Table properties

Constructors

Link copied to clipboard
constructor(hasRows: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether table is empty or not

Link copied to clipboard

Schema-qualified name of the table