compileViews abstract method

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

Compiles SQL to list views for an optional schema.

Implementation

String? compileViews({String? schema});