io.eels

sink

package sink

Visibility
  1. Public
  2. All

Type Members

  1. case class CsvSink(path: Path, props: CsvSinkProps = ...) extends Sink with Product with Serializable

  2. case class CsvSinkProps(delimiter: Char = ',', quoteChar: Char = '\"', escapeChar: Char = '\"', lineTerminator: String = "\r\n") extends Product with Serializable

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

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

Ungrouped