CatalogPrimaryKeysRequest constructor

const CatalogPrimaryKeysRequest(
  1. int requestId,
  2. int connectionId,
  3. String table
)

Implementation

const CatalogPrimaryKeysRequest(int requestId, this.connectionId, this.table)
    : super(requestId, RequestType.catalogPrimaryKeys);