buildSQL abstract method

String buildSQL({
  1. bool multiline = true,
  2. bool ifNotExists = true,
})

Build the SQL.

Implementation

String buildSQL({bool multiline = true, bool ifNotExists = true});