menu
athena_sql package
documentation
schemas.dart
InsertTableSchema
InsertTableSchema.new constructor
InsertTableSchema.new constructor
dark_mode
light_mode
InsertTableSchema
constructor
InsertTableSchema
(
{
required
String
name
,
required
List
<
Map
<
String
,
dynamic
>
>
listValues
,
Map
<
String
,
String
>
mapColumn
=
const {}
,
})
Implementation
InsertTableSchema( {required this.name, required this.listValues, this.mapColumn = const {}});
athena_sql package
documentation
schemas
InsertTableSchema
InsertTableSchema.new constructor
InsertTableSchema class