createOplogTrigger abstract method
      
List<String> 
createOplogTrigger(
    
- SqlOpType opType,
- QualifiedTablename table,
- String newPKs,
- String newRows,
- 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,
);