compileSchemas abstract method

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

Compiles SQL to list schemas/namespaces.

Implementation

String? compileSchemas({String? schema});