Package com.hazelcast.jet.pipeline
Class JdbcPropertyKeys
java.lang.Object
com.hazelcast.jet.pipeline.JdbcPropertyKeys
This class defines property keys that can be passed to JDBC connector. In turn the JDBC connector
uses these properties to change the JDBC connection's behavior
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property key to be passed to specify auto commit mode of the JDBC connection For usage example seeSources.jdbc(String, String, Properties, FunctionEx)
methodstatic final String
Property key to be passed to specify fetch size of the JDBC connection For usage example seeSources.jdbc(String, String, Properties, FunctionEx)
method -
Method Summary
-
Field Details
-
FETCH_SIZE
Property key to be passed to specify fetch size of the JDBC connection For usage example seeSources.jdbc(String, String, Properties, FunctionEx)
method- See Also:
-
AUTO_COMMIT
Property key to be passed to specify auto commit mode of the JDBC connection For usage example seeSources.jdbc(String, String, Properties, FunctionEx)
method- See Also:
-