RelationalTable

A physical table type for relational data sources.

Types

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

Properties

Link copied to clipboard

The catalog associated with a table.

Link copied to clipboard

The Amazon Resource Name (ARN) for the data source.

Link copied to clipboard

The column schema of the table.

Link copied to clipboard

The name of the relational table.

Link copied to clipboard

The schema name. This name applies to certain relational database engines.

Functions

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