CopyCommand

Describes a COPY command for Amazon Redshift.

Types

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

Properties

Link copied to clipboard

Optional parameters to use with the Amazon Redshift COPY command. For more information, see the "Optional Parameters" section of Amazon Redshift COPY command. Some possible examples that would apply to Firehose are as follows:

Link copied to clipboard

A comma-separated list of column names.

Link copied to clipboard

The name of the target table. The table must already exist in the database.

Functions

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