CopyCommand class

Describes a COPY command for Amazon Redshift.

Constructors

CopyCommand({required String dataTableName, String? copyOptions, String? dataTableColumns})
CopyCommand.fromJson(Map<String, dynamic> json)
factory

Properties

copyOptions String?
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 Kinesis Data Firehose are as follows:
final
dataTableColumns String?
A comma-separated list of column names.
final
dataTableName String
The name of the target table. The table must already exist in the database.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited