Package io.debezium.connector.jdbc.type
Class AbstractGeoType
java.lang.Object
io.debezium.connector.jdbc.type.AbstractType
io.debezium.connector.jdbc.type.AbstractGeoType
- All Implemented Interfaces:
Type
- Direct Known Subclasses:
GeometryType,GeometryType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBinds the value to the query.Methods inherited from class io.debezium.connector.jdbc.type.AbstractType
configure, getDefaultValueBinding, getDialect, 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
-
Field Details
-
SRID
- See Also:
-
WKB
- See Also:
-
-
Constructor Details
-
AbstractGeoType
public AbstractGeoType()
-
-
Method Details
-
bind
public List<ValueBindDescriptor> bind(int index, org.apache.kafka.connect.data.Schema schema, Object value) Description copied from interface:TypeBinds the value to the query.- Specified by:
bindin interfaceType- Overrides:
bindin classAbstractType- Parameters:
index- parameter index to bindschema- field schema, nevernullvalue- value to be bound, may benull- Returns:
- the list of
ValueBindDescriptor
-