Package google.registry.flows
Interface SqlStatementLoggingFlow
- All Superinterfaces:
Flow
,TransactionalFlow
- All Known Implementing Classes:
DomainDeleteFlow
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