MysqlDatabaseResponse

data class MysqlDatabaseResponse(val database: String, val mysqlTables: List<MysqlTableResponse>)

MySQL database.

Constructors

Link copied to clipboard
fun MysqlDatabaseResponse(database: String, mysqlTables: List<MysqlTableResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database name.

Link copied to clipboard

Tables in the database.