MysqlTableResponse

data class MysqlTableResponse(val mysqlColumns: List<MysqlColumnResponse>, val tableName: String)

MySQL table.

Constructors

Link copied to clipboard
fun MysqlTableResponse(mysqlColumns: List<MysqlColumnResponse>, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.

Link copied to clipboard

Table name.