Uses of Interface
io.debezium.ibmi.db2.journal.retrieve.Connect
Packages that use Connect
-
Uses of Connect in io.debezium.ibmi.db2.journal.retrieve
Fields in io.debezium.ibmi.db2.journal.retrieve declared as ConnectModifier and TypeFieldDescriptionprivate final Connect<AS400,IOException> RetrieveConfig.as400The field for theas400record component.private Connect<AS400,IOException> RetrieveConfigBuilder.as400private final Connect<Connection,SQLException> BytesPerChar.jdbcConnectprivate final Connect<Connection,SQLException> CcsidCache.jdbcConnectprivate final Connect<Connection,SQLException> JdbcFileDecoder.jdbcConnectMethods in io.debezium.ibmi.db2.journal.retrieve that return ConnectModifier and TypeMethodDescriptionRetrieveConfig.as400()Returns the value of theas400record component.Methods in io.debezium.ibmi.db2.journal.retrieve with parameters of type ConnectModifier and TypeMethodDescriptionRetrieveConfigBuilder.withAs400(Connect<AS400, IOException> as400) Constructors in io.debezium.ibmi.db2.journal.retrieve with parameters of type ConnectModifierConstructorDescriptionBytesPerChar(Connect<Connection, SQLException> jdbcConnect) CcsidCache(Connect<Connection, SQLException> jdbcConnect, Integer fromCcsid, Integer toCcsid) JdbcFileDecoder(Connect<Connection, SQLException> con, String database, SchemaCacheIF schemaCache, Integer fromCcsid, Integer toCcsid) RetrieveConfig(Connect<AS400, IOException> as400, JournalInfo journalInfo, int journalBufferSize, boolean filtering, RetrievalCriteria.JournalCode[] filterCodes, List<FileFilter> includeFiles, int maxServerSideEntries, File dumpFolder) Creates an instance of aRetrieveConfigrecord class. -
Uses of Connect in io.debezium.ibmi.db2.journal.test
Fields in io.debezium.ibmi.db2.journal.test declared as ConnectModifier and TypeFieldDescriptionprivate Connect<AS400,IOException> TestConnector.as400Connect(package private) static Connect<Connection,SQLException> CcsidDiscovery.sqlConnectprivate Connect<Connection,SQLException> TestConnector.sqlConnectMethods in io.debezium.ibmi.db2.journal.test that return Connect