command property

CommandType command

deno-postgres@v0.17.0/QueryResult/command.

Implementation

CommandType get command => CommandType.parse(
      getProperty(this, 'command'),
    );