insertRaw abstract method

Future<void> insertRaw(
  1. IDatabaseTable table,
  2. IDbInsertDataRawMapper mapper
)

Implementation

Future<void> insertRaw(IDatabaseTable table, IDbInsertDataRawMapper mapper);