Package io.debezium.connector.jdbc.type
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
An abstract temporal implementation of
Type for TIMESTAMP based columns.- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected intgetTimePrecision(org.apache.kafka.connect.data.Schema schema) Methods inherited from class io.debezium.connector.jdbc.type.AbstractType
bind, getDefaultValueBinding, getQueryBinding, getSchemaParameter, getSourceColumnPrecision, getSourceColumnSize, getSourceColumnType, throwUnexpectedValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.debezium.connector.jdbc.type.Type
getRegistrationKeys, getTypeName
-
Constructor Details
-
AbstractTimestampType
public AbstractTimestampType()
-
-
Method Details
-
getTimePrecision
protected int getTimePrecision(org.apache.kafka.connect.data.Schema schema)
-