compileColumns abstract method

String? compileColumns(
  1. String table, {
  2. String? schema,
})

Compiles SQL to list columns for a table within an optional schema.

Implementation

String? compileColumns(String table, {String? schema});