CustomSql

class CustomSql

A physical table type built from the results of the custom SQL query.

Types

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

Properties

Link copied to clipboard

The column schema from the SQL query result set.

Link copied to clipboard

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

Link copied to clipboard

A display name for the SQL query result.

Link copied to clipboard

The SQL query.

Functions

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