compile abstract method

String compile(
  1. Set<String> trampoline, {
  2. bool includeTableName = false,
  3. String preamble = '',
  4. bool withFields = true,
})

Implementation

String compile(Set<String> trampoline,
    {bool includeTableName = false,
    String preamble = '',
    bool withFields = true});