TableName

data class TableName(val catalog: String? = null, val schema: String? = null, val name: String, val type: String)

Models a row for java.sql.DatabaseMetaData.getTables.

Constructors

Link copied to clipboard
constructor(catalog: String? = null, schema: String? = null, name: String, type: String)

Properties

Link copied to clipboard
val catalog: String? = null
Link copied to clipboard
Link copied to clipboard
val schema: String? = null
Link copied to clipboard