Progress

class Progress

Provides information about the progress of the schema conversion operation.

Types

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

Properties

Link copied to clipboard

The name of the database object that the schema conversion operation currently uses.

Link copied to clipboard

The percent complete for the current step of the schema conversion operation.

Link copied to clipboard

The step of the schema conversion operation. This parameter can store one of the following values:

Link copied to clipboard

The number of objects in this schema conversion operation.

Functions

Link copied to clipboard
inline fun copy(block: Progress.Builder.() -> Unit = {}): Progress
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