InsertTableSchema class
- Inheritance
-
- Object
- QueryPrintable
- QueryBuilder
- DMLSchema
- InsertTableSchema
Constructors
Properties
Methods
-
build(
) → QueryPrintable -
override
-
copyMappingColumns(
String keyMapper(String)) → InsertTableSchema -
copyWith(
{String? name, List< Map< ? listValues, Map<String, dynamic> >String, String> ? mapColumn}) → InsertTableSchema -
copyWithAddManyValues(
List< Map< listValues) → InsertTableSchemaString, dynamic> > -
copyWithAddValues(
Map< String, dynamic> values) → InsertTableSchema -
mapValues(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
plain(
) → String -
inherited
-
printable(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited