Class AbstractTimestampType

java.lang.Object
io.debezium.connector.jdbc.type.AbstractType
io.debezium.connector.jdbc.type.AbstractTimestampType
All Implemented Interfaces:
Type
Direct Known Subclasses:
MicroTimestampType, NanoTimestampType, TimestampType, ZonedTimestampType

public abstract class AbstractTimestampType extends AbstractType
An abstract temporal implementation of Type for TIMESTAMP based columns.
Author:
Chris Cranford
  • Constructor Details

    • AbstractTimestampType

      public AbstractTimestampType()
  • Method Details

    • getTimePrecision

      protected int getTimePrecision(org.apache.kafka.connect.data.Schema schema)