SourceObjectIdentifier constructor

SourceObjectIdentifier({
  1. String? database,
  2. String? schema,
  3. String? table,
  4. String? type,
})

Implementation

SourceObjectIdentifier({this.database, this.schema, this.table, this.type});