Package | Description |
---|---|
com.pervasive.datarush.jdbc | |
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConnectionFactory
Default implementation of
ConnectionFactory that uses
the JDBC DriverManager for creating connections. |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JDBCConnector.getConnectionFactory()
Returns the connection factory to be used for creating connections.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCConnector.setConnectionFactory(ConnectionFactory connectionFactory)
Sets the connection factory to be used for creating connections.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
JDBCOperator.getConnectionFactory()
Returns the connection factory to be used for creating connections.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCOperator.setConnectionFactory(ConnectionFactory connectionFactory)
Sets the connection factory to be used for creating connections.
|
Copyright © 2020 Actian Corporation. All rights reserved.