RelationalDatabaseBlueprint

Describes a database image, or blueprint. A blueprint describes the major engine version of a database.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for the database blueprint.

Link copied to clipboard

The database software of the database blueprint (for example, MySQL).

Link copied to clipboard

The description of the database engine for the database blueprint.

Link copied to clipboard

The database engine version for the database blueprint (for example, 5.7.23).

Link copied to clipboard

The description of the database engine version for the database blueprint.

Link copied to clipboard

A Boolean value indicating whether the engine version is the default for the database blueprint.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String