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 SummaryFieldsModifier and TypeFieldDescriptionstatic final StringProperty key to be passed to specify auto commit mode of the JDBC connection For usage example seeSources.jdbc(String, String, Properties, FunctionEx)methodstatic final StringProperty 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_SIZEProperty 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_COMMITProperty 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:
 
 
-