Package

io.eels.component

jdbc

Permalink

package jdbc

Visibility
  1. Public
  2. All

Type Members

  1. case class JdbcSink(url: String, table: String, props: JdbcSinkProps = JdbcSinkProps()) extends Sink with StrictLogging with Product with Serializable

    Permalink
  2. case class JdbcSinkProps(createTable: Boolean = false) extends Product with Serializable

    Permalink
  3. case class JdbcSource(url: String, query: String, props: JdbcSourceProps = JdbcSourceProps(100)) extends Source with StrictLogging with Product with Serializable

    Permalink
  4. case class JdbcSourceProps(fetchSize: Int) extends Product with Serializable

    Permalink

Value Members

  1. object JdbcTypeToSchemaType

    Permalink

Ungrouped