compileTables abstract method

String? compileTables({
  1. String? schema,
})

Compiles SQL to list tables for an optional schema.

Implementation

String? compileTables({String? schema});