Class SQLReplicationRow

java.lang.Object
com.illumon.intradaylogger.SQLReplicationRow
All Implemented Interfaces:
SystemInputRow

public class SQLReplicationRow extends Object implements SystemInputRow
A thin wrapper for ResultSet consumed by the SQLReplicationLogger. This provides a few services that makes it nicer to generate loggers for SQL replication: - Converts SQLExeptions to IOException for consistency with existing logger classes. - Converts SQL types to Iris types where appropriate. - Convert SQL nulls to the Iris-equivalent null values for primitive types.