DbCreateTask

A DbCreateTask represents a set of instructions that can be used to create, possibly fill, and alter a database. It can be used only once. The enum Type indicates what kind of tasks will be executed and the state of the task.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Allows the user to specify a full creation script that puts the database into the state desired by the user.

Link copied to clipboard

Allows the user to specify a script that creates the tables of the database

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
lateinit var type: DbCreateTask.Type

Functions

Link copied to clipboard
open override fun toString(): String