BulkColumnSpec class

Specification for a column in a bulk insert operation.

Constructors

BulkColumnSpec({required String name, required BulkColumnType colType, bool nullable = false, int maxLen = 0})
Creates a new BulkColumnSpec instance.

Properties

colType BulkColumnType
The column data type.
final
hashCode int
The hash code for this object.
no setterinherited
maxLen int
Maximum length for variable-length types (0 = unlimited).
final
name String
The column name.
final
nullable bool
Whether the column can contain NULL values.
final
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
toString() String
A string representation of this object.
inherited

Operators

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