createOplogTrigger abstract method

List<String> createOplogTrigger(
  1. SqlOpType opType,
  2. QualifiedTablename table,
  3. String newPKs,
  4. String newRows,
  5. String oldRows,
)

Create a trigger that logs operations into the oplog.

Implementation

List<String> createOplogTrigger(
  SqlOpType opType,
  QualifiedTablename table,
  String newPKs,
  String newRows,
  String oldRows,
);