| Package | Description |
|---|---|
| io.debezium.jdbc | |
| io.debezium.relational |
| Modifier and Type | Method and Description |
|---|---|
static TimeZoneAdapter |
TimeZoneAdapter.create()
Create a new adapter with UTC as the target zone and for a database that uses UTC for all temporal values.
|
static TimeZoneAdapter |
TimeZoneAdapter.originatingIn(ZoneId zoneId)
Create a new adapter for a database that uses the specified zone for all temporal values.
|
static TimeZoneAdapter |
TimeZoneAdapter.originatingInLocal()
Create a new adapter for a database that creates all temporal values in the local system time zone,
which is the same time zone used by
Calendar.getInstance(). |
static TimeZoneAdapter |
TimeZoneAdapter.originatingInUtc()
Create a new adapter for a database that creates all temporal values in UTC.
|
TimeZoneAdapter |
TimeZoneAdapter.withLocalTargetZone()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for the target.
|
TimeZoneAdapter |
TimeZoneAdapter.withLocalZoneForSqlDate()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Date temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withLocalZoneForSqlTime()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Time temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withLocalZoneForSqlTimestamp()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Timestamp temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withLocalZoneForUtilDate()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Date temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withTargetZone(ZoneId zoneId)
Create a new adapter that produces temporal values in the specified time zone.
|
TimeZoneAdapter |
TimeZoneAdapter.withUtcTargetZone()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for the target.
|
TimeZoneAdapter |
TimeZoneAdapter.withUtcZoneForSqlDate()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Date temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withUtcZoneForSqlTime()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Time temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withUtcZoneForSqlTimestamp()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Timestamp temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withUtcZoneForUtilDate()
Create a new adapter for a database that uses the same time zones as this adapter except it uses the UTC
zone for
Date temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withZoneForAll(ZoneId zoneId)
Create a new adapter for a database that uses the specified zone for all temporal values and this adapter's target zone.
|
TimeZoneAdapter |
TimeZoneAdapter.withZoneForSqlDate(ZoneId zoneId)
Create a new adapter for a database that uses the same time zones as this adapter except it uses the specified
zone for
Date temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withZoneForSqlTime(ZoneId zoneId)
Create a new adapter for a database that uses the same time zones as this adapter except it uses the specified
zone for
Time temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withZoneForSqlTimestamp(ZoneId zoneId)
Create a new adapter for a database that uses the same time zones as this adapter except it uses the specified
zone for
Timestamp temporal values. |
TimeZoneAdapter |
TimeZoneAdapter.withZoneForUtilDate(ZoneId zoneId)
Create a new adapter for a database that uses the same time zones as this adapter except it uses the specified
zone for
Date temporal values. |
| Modifier and Type | Field and Description |
|---|---|
private TimeZoneAdapter |
TableSchemaBuilder.timeZoneAdapter |
| Constructor and Description |
|---|
TableSchemaBuilder(TimeZoneAdapter timeZoneAdapter)
Create a new instance of the builder.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.