- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.Program, org.apache.flink.api.common.ProgramDescription
public class JDBCExample
extends Object
implements org.apache.flink.api.common.Program, org.apache.flink.api.common.ProgramDescription
Stand-alone example for the JDBC connector.
NOTE: To run this example, you need the apache derby code in your classpath.
See the Maven file (pom.xml) for a reference to the derby dependency. You can
simply Change the scope of the Maven dependency from test to compile.
- See Also:
- Serialized Form