Class InformixSchemaFactory

java.lang.Object
io.debezium.schema.SchemaFactory
io.debezium.connector.informix.InformixSchemaFactory

public class InformixSchemaFactory extends io.debezium.schema.SchemaFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final InformixSchemaFactory
     

    Fields inherited from class io.debezium.schema.SchemaFactory

    TRANSACTION_BLOCK_SCHEMA_NAME, TRANSACTION_BLOCK_SCHEMA_VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     

    Methods inherited from class io.debezium.schema.SchemaFactory

    datatypeBitsSchema, datatypeEnumSchema, datatypeEnumSetSchema, datatypeEnvelopeSchema, datatypeJsonSchema, datatypeUuidSchema, datatypeVariableScaleDecimalSchema, datatypeXmlSchema, heartbeatKeySchema, heartbeatValueSchema, isSchemaChangeSchema, notificationKeySchema, notificationValueSchema, schemaHistoryChangeSchema, schemaHistoryColumnSchema, schemaHistoryConnectorKeySchema, schemaHistoryConnectorValueSchema, schemaHistoryTableSchema, sourceSchemaBlockColumnSchema, sourceSchemaBlockSchema, sourceSchemaBlockTableSchema, transactionBlockSchema, transactionEventCountPerDataCollectionSchema, transactionKeySchema, transactionValueSchema

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • InformixSchemaFactory

      public InformixSchemaFactory()
  • Method Details