UDbQueryResultResponse constructor
UDbQueryResultResponse({})
Implementation
UDbQueryResultResponse({
required this.columns,
required this.columnTypes,
required this.rows,
required this.rowCount,
required this.executionMs,
required this.truncated,
this.affectedRows,
this.primaryKeyColumn,
});