Uses of Interface
com.pervasive.datarush.jdbc.ConnectionFactory
-
Packages that use ConnectionFactory Package Description com.pervasive.datarush.jdbc com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets. -
-
Uses of ConnectionFactory in com.pervasive.datarush.jdbc
Classes in com.pervasive.datarush.jdbc that implement ConnectionFactory Modifier and Type Class Description class
DefaultConnectionFactory
Default implementation ofConnectionFactory
that uses the JDBCDriverManager
for creating connections.Methods in com.pervasive.datarush.jdbc that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
JDBCConnector. getConnectionFactory()
Returns the connection factory to be used for creating connections.Methods in com.pervasive.datarush.jdbc with parameters of type ConnectionFactory Modifier and Type Method Description void
JDBCConnector. setConnectionFactory(ConnectionFactory connectionFactory)
Sets the connection factory to be used for creating connections. -
Uses of ConnectionFactory in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
JDBCOperator. getConnectionFactory()
Returns the connection factory to be used for creating connections.Methods in com.pervasive.datarush.operators.io.jdbc with parameters of type ConnectionFactory Modifier and Type Method Description void
JDBCOperator. setConnectionFactory(ConnectionFactory connectionFactory)
Sets the connection factory to be used for creating connections.
-