ProcessedObject

The database object that the schema conversion operation currently uses.

Types

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

Properties

Link copied to clipboard

The type of the data provider. This parameter can store one of the following values: "SOURCE" or "TARGET".

Link copied to clipboard
val name: String?

The name of the database object.

Link copied to clipboard
val type: String?

The type of the database object. For example, a table, view, procedure, and so on.

Functions

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