Class SqlServerZonedTimeType
java.lang.Object
io.debezium.connector.jdbc.type.AbstractType
io.debezium.connector.jdbc.type.AbstractTemporalType
io.debezium.connector.jdbc.type.AbstractTimeType
io.debezium.connector.jdbc.type.debezium.ZonedTimeType
io.debezium.connector.jdbc.dialect.sqlserver.SqlServerZonedTimeType
- All Implemented Interfaces:
Type
An implementation of
ZonedTimeType for SQL Server.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbindWithNoTimeZoneDetails(org.hibernate.query.Query<?> query, int index, ZonedDateTime zonedDateTime) protected intgetJdbcType(DatabaseDialect dialect) Methods inherited from class io.debezium.connector.jdbc.type.debezium.ZonedTimeType
bind, getDefaultValueBinding, getRegistrationKeys, getTypeNameMethods inherited from class io.debezium.connector.jdbc.type.AbstractTimeType
getTimePrecisionMethods inherited from class io.debezium.connector.jdbc.type.AbstractTemporalType
configure, getDatabaseTimeZoneMethods inherited from class io.debezium.connector.jdbc.type.AbstractType
getDialect, getQueryBinding, getSchemaParameter, getSourceColumnPrecision, getSourceColumnSize, getSourceColumnType, throwUnexpectedValue, toString
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SqlServerZonedTimeType
SqlServerZonedTimeType()
-
-
Method Details
-
bindWithNoTimeZoneDetails
protected void bindWithNoTimeZoneDetails(org.hibernate.query.Query<?> query, int index, ZonedDateTime zonedDateTime) - Overrides:
bindWithNoTimeZoneDetailsin classZonedTimeType
-
getJdbcType
- Overrides:
getJdbcTypein classZonedTimeType
-