RawOperation

View Source

Summary

Raw SQL statement execution descriptor.

Signature

type RawOperation = {
  kind: "raw";
  sql: SqlStatement;
};