Package

io.eels.component

jdbc

Permalink

package jdbc

Visibility
  1. Public
  2. All

Type Members

  1. trait JdbcDialect extends AnyRef

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

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

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

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

    Permalink

Value Members

  1. object GenericJdbcDialect extends JdbcDialect

    Permalink
  2. object JdbcDialect

    Permalink
  3. object JdbcTypeToSchemaType

    Permalink

Ungrouped