Packages

package jdbc

Type Members

  1. case class JDBCInput(name: String, username: String, password: Option[String], url: String, jdbcTable: String, options: Option[Map[String, String]], incremental: Option[Incremental]) extends IncrementalReader with DatasourceReader with Product with Serializable

    Represents a JDBC data source input configuration.

    Represents a JDBC data source input configuration.

    name

    The name of the JDBC input.

    username

    The username for JDBC authentication.

    password

    The password for JDBC authentication.

    url

    The JDBC connection URL.

    jdbcTable

    The JDBC table to read.

    options

    Optional additional JDBC options.

    incremental

    Optional incremental configuration.

Ungrouped