Uses of Class
io.debezium.connector.oracle.logminer.parser.SelectLobParser
-
Packages that use SelectLobParser Package Description io.debezium.connector.oracle.logminer -
-
Uses of SelectLobParser in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer declared as SelectLobParser Modifier and Type Field Description private SelectLobParserLogMinerQueryResultProcessor. selectLobParserMethods in io.debezium.connector.oracle.logminer with parameters of type SelectLobParser Modifier and Type Method Description (package private) voidTransactionalBuffer. registerSelectLobOperation(int operation, String transactionId, Scn scn, TableId tableId, Instant changeTime, String rowId, Object rsId, String segOwner, String tableName, String redoSql, Table table, SelectLobParser selectLobParser)Register aSEL_LOB_LOCATORoperation with the transaction buffer.
-