Interface SqlStatementLoggingFlow

All Superinterfaces:
Flow, TransactionalFlow
All Known Implementing Classes:
DomainDeleteFlow

public interface SqlStatementLoggingFlow extends TransactionalFlow
Interface for a Flow that logs its SQL statements when running transactionally.

We don't wish to log all SQL statements ever executed (that'll create too much log bloat) but for some flows and some occasions we may wish to know precisely what SQL statements are being run.

  • Method Summary

    Methods inherited from interface google.registry.flows.Flow

    run