Uses of Class
com.swiftmq.impl.streams.comp.jdbc.JDBCLookup
Packages that use JDBCLookup
-
Uses of JDBCLookup in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return JDBCLookupModifier and TypeMethodDescriptionStream.addJDBCLookup
(String name, JDBCLookup jdbcLookup) Internal use onlyStream.getJDBCLookups()
Internal use onlyStream.jdbcLookup
(String name) Returns the JDBCLookup with the given name.StreamBuilder.jdbcLookup
(String name) Returns a new JDBCLookupMethods in com.swiftmq.impl.streams with parameters of type JDBCLookupModifier and TypeMethodDescriptionStream.addJDBCLookup
(String name, JDBCLookup jdbcLookup) Internal use only -
Uses of JDBCLookup in com.swiftmq.impl.streams.comp.jdbc
Methods in com.swiftmq.impl.streams.comp.jdbc that return JDBCLookupModifier and TypeMethodDescriptionJDBCLookup.connect()
Performs a connect to the database.Sets the JDBC driver class name.Sets the JDBC password.Sets the database schema name.Sets the JDBC URL.Sets the JDBC username.