schemaReader property

SchemaFromCreateTable schemaReader

Obtain a SchemaFromCreateTable instance compatible with the configuration of this engine.

The returned reader can be used to read the table structure from a TableInducingStatement by using SchemaFromCreateTable.read.

Implementation

SchemaFromCreateTable get schemaReader {
  return _schemaReader ??= _createSchemaReader(null);
}