Uses of Interface
io.debezium.connector.jdbc.type.Type
Packages that use Type
Package
Description
-
Uses of Type in io.debezium.connector.jdbc
Fields in io.debezium.connector.jdbc declared as TypeMethods in io.debezium.connector.jdbc that return Type -
Uses of Type in io.debezium.connector.jdbc.dialect
Fields in io.debezium.connector.jdbc.dialect with type parameters of type TypeMethods in io.debezium.connector.jdbc.dialect that return TypeModifier and TypeMethodDescriptionDatabaseDialect.getSchemaType(org.apache.kafka.connect.data.Schema schema) Resolve the type for a given connect schema.GeneralDatabaseDialect.getSchemaType(org.apache.kafka.connect.data.Schema schema) Methods in io.debezium.connector.jdbc.dialect with parameters of type TypeModifier and TypeMethodDescriptionDatabaseDialect.getQueryBindingWithValueCast(ColumnDescriptor column, org.apache.kafka.connect.data.Schema schema, Type type) Returns the SQL binding fragment for a column, schema, and type mapping.GeneralDatabaseDialect.getQueryBindingWithValueCast(ColumnDescriptor column, org.apache.kafka.connect.data.Schema schema, Type type) protected voidGeneralDatabaseDialect.registerType(Type type) -
Uses of Type in io.debezium.connector.jdbc.dialect.db2
Classes in io.debezium.connector.jdbc.dialect.db2 that implement Type -
Uses of Type in io.debezium.connector.jdbc.dialect.db2.connect
Classes in io.debezium.connector.jdbc.dialect.db2.connect that implement Type -
Uses of Type in io.debezium.connector.jdbc.dialect.db2.debezium
Classes in io.debezium.connector.jdbc.dialect.db2.debezium that implement TypeModifier and TypeClassDescriptionclassAn abstract Debezium timestamp-type implementation ofAbstractTimestampType.classAn abstract Debezium time-type implementation ofAbstractTimeType.classAn implementation ofTypeforMicroTimestampvalues.classAn implementation ofTypeforMicroTimevalues.classAn implementation ofTypeforMicroTimestampvalues.classAn implementation ofTypeforNanoTimevalues.classAn implementation ofTypeforTimestampvalues.classAn implementation ofTypeforTimevalues. -
Uses of Type in io.debezium.connector.jdbc.dialect.mysql
Classes in io.debezium.connector.jdbc.dialect.mysql that implement TypeModifier and TypeClassDescription(package private) classAn implementation ofTypeforBitstypes.(package private) classAn implementation ofTypeforBOOLEANdata types.(package private) classAn implementation ofTypeforBYTEScolumn types.(package private) classAn implementation ofTypeforENUMdata types.classclassAn implementation ofTypethat provides support forINTEGERdata types.(package private) classAn implementation ofTypeforJsontypes.(package private) classclassAn implementation ofTypethat provides support forMEDIUMINTdata types.class(package private) classAn implementation ofTypeforSETdata types.classAn implementation ofTypethat provides support forTINYINTdata types.(package private) classAn implementation ofTypeforYEARdata types.classAn implementation ofTypeforZonedTimestampvalues.classAn implementation ofTypeforZonedTimevalues.Fields in io.debezium.connector.jdbc.dialect.mysql declared as Type -
Uses of Type in io.debezium.connector.jdbc.dialect.oracle
Classes in io.debezium.connector.jdbc.dialect.oracle that implement TypeModifier and TypeClassDescription(package private) classAn implementation ofTypeforBYTEScolumn types.classAn implementation ofTypethat provides compatibility with other dialect's numeric types to Oracle's numeric type.classAn implementation ofTypeforZonedTimestampvalues.classAn implementation ofTypeforZonedTimevalues. -
Uses of Type in io.debezium.connector.jdbc.dialect.postgres
Classes in io.debezium.connector.jdbc.dialect.postgres that implement TypeModifier and TypeClassDescriptionclassAn implementation ofTypeforARRAYcolumn types.(package private) classAn implementation ofTypeforBitstypes.(package private) classAn implementation ofTypeforBYTEScolumn types.(package private) classAn implementation ofTypeforCITEXTcolumn types.(package private) classAn implementation ofTypeforCIDRcolumn types.(package private) classAn implementation ofTypeforEnumcolumn types.classclass(package private) classAn implementation ofTypeforINETcolumn types.(package private) classAn implementation ofTypeforMicroDurationtypes.(package private) classAn implementation ofTypeforJsontypes.(package private) classAn implementation ofTypeforLTREEcolumn types.(package private) classAn implementation ofTypeforMACADDRcolumn types.(package private) class(package private) classAn implementation ofTypeforMONEYdata types.(package private) classAn implementation ofTypeforOIDdata types.(package private) classAn implementation ofTypeforio.debezium.data.geometry.Pointtypes.(package private) classAn implementation ofTypeforINT4RANGE,INT8RANGE,NUMRANGE,TSRANGE,TZSTZRANGE, andDATERANGEcolumn types.class(package private) classAn implementation ofTypeforZonedTimetypes for PostgreSQL.(package private) classAn implementation ofTypeforUuidtypes.(package private) classAn implementation ofTypeforXmltypes.Fields in io.debezium.connector.jdbc.dialect.postgres declared as TypeModifier and TypeFieldDescriptionstatic final TypeGeographyType.INSTANCEstatic final TypeGeometryType.INSTANCEMethods in io.debezium.connector.jdbc.dialect.postgres with parameters of type TypeModifier and TypeMethodDescriptionPostgresDatabaseDialect.getQueryBindingWithValueCast(ColumnDescriptor column, org.apache.kafka.connect.data.Schema schema, Type type) -
Uses of Type in io.debezium.connector.jdbc.dialect.sqlserver
Classes in io.debezium.connector.jdbc.dialect.sqlserver that implement TypeModifier and TypeClassDescription(package private) classAn implementation ofTypeforBitstypes.(package private) classAn implementation ofTypeforXMLdata types.(package private) classAn implementation ofZonedTimeTypefor SQL Server. -
Uses of Type in io.debezium.connector.jdbc.dialect.sqlserver.connect
Classes in io.debezium.connector.jdbc.dialect.sqlserver.connect that implement Type -
Uses of Type in io.debezium.connector.jdbc.type
Classes in io.debezium.connector.jdbc.type that implement TypeModifier and TypeClassDescriptionclassAn abstractTypeimplementation forBYTEScolumn types.classAn abstract base class for all temporal date implementations ofType.classclassAn abstract base class for all temporal implementations ofType.classAn abstract temporal implementation ofTypeforTIMESTAMPbased columns.classAn abstract temporal implementation ofTypeforTIMEbased columns.classAn abstract implementation ofType, which all types should extend. -
Uses of Type in io.debezium.connector.jdbc.type.connect
Classes in io.debezium.connector.jdbc.type.connect that implement TypeModifier and TypeClassDescriptionclassAn implementation ofTypeforMAPschema types.classAn abstract implementation ofTypethat all Kafka Connect based schema types should be derived.classAn implementation ofTypethat supportsBOOLEANconnect schema types.classAn implementation ofTypethat supportsBYTESconnect schema types.classAn implementation ofTypeforDatevalues.classAn implementation ofTypeforDecimalvalues.classAn implementation ofTypethat supportsFLOAT32connect schema types.classAn implementation ofTypethat supportsFLOAT64connect schema types.classAn implementation ofTypethat supportsINT16connect schema types.classAn implementation ofTypethat supportsINT32connect schema types.classAn implementation ofTypethat supportsINT64connect schema types.classAn implementation ofTypethat supportsINT8connect schema types.classAn implementation ofTypeforMAPschema types that are mapped to the dialect's connect string-based type.classAn implementation ofTypethat supportsSTRINGconnect schema types.classAn implementation ofTypeforDatevalues.classAn implementation ofTypeforDatevalues. -
Uses of Type in io.debezium.connector.jdbc.type.debezium
Classes in io.debezium.connector.jdbc.type.debezium that implement TypeModifier and TypeClassDescriptionclassAn abstract Debezium timestamp-type implementation ofAbstractTimestampType.classAn abstract Debezium time-type implementation ofAbstractTimeType.classAn implementation ofTypeforDatevalues.classAn implementation ofTypeforMicroTimestampvalues.classAn implementation ofTypeforMicroTimevalues.classAn implementation ofTypeforMicroTimestampvalues.classAn implementation ofTypeforNanoTimevalues.classAn implementation ofTypeforTimestampvalues.classAn implementation ofTypeforTimevalues.classAn implementation ofTypeforVariableScaleDecimalvalues.classAn implementation ofTypeforZonedTimestampvalues.classAn implementation ofTypeforZonedTimevalues.