BulkInsertArrayRequest class
Constructors
-
BulkInsertArrayRequest(int requestId, int connectionId, String table, List<String> columns, Uint8List dataBuffer, int rowCount)
-
-
BulkInsertArrayRequest.withPayload(int requestId, int connectionId, String table, List<String> columns, Uint8List dataBuffer, int rowCount)
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited