ExportContextCsvExportOptions class

Options for exporting data as CSV.

MySQL and PostgreSQL instances only.

Constructors

ExportContextCsvExportOptions({String? escapeCharacter, String? fieldsTerminatedBy, String? linesTerminatedBy, String? quoteCharacter, String? selectQuery})
ExportContextCsvExportOptions.fromJson(Map json_)

Properties

escapeCharacter String?
Specifies the character that should appear before a data character that needs to be escaped.
getter/setter pair
fieldsTerminatedBy String?
Specifies the character that separates columns within each row (line) of the file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linesTerminatedBy String?
This is used to separate lines.
getter/setter pair
quoteCharacter String?
Specifies the quoting character to be used when a data value is quoted.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectQuery String?
The select query used to extract the data.
getter/setter pair

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