MysqlDatabaseResponse

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

MySQL database.

Constructors

Link copied to clipboard
fun MysqlDatabaseResponse(databaseName: 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.