Package

com.twitter.scalding

db

Permalink

package db

Visibility
  1. Public
  2. All

Type Members

  1. final case class Adapter(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  2. case class AvailableDatabases(m: Map[Database, ConnectionConfig] = Map()) extends Product with Serializable

    Permalink
  3. trait ColumnDefiner extends AnyRef

    Permalink
  4. case class ColumnDefinition(jdbcType: SqlType, name: ColumnName, nullable: IsNullable, sizeOpt: Option[Int], defaultValue: Option[String]) extends Serializable with Product

    Permalink
  5. trait ColumnDefinitionProvider[T] extends Serializable

    Permalink
  6. final case class ColumnName(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  7. final case class ConnectUrl(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  8. case class ConnectionConfig(connectUrl: ConnectUrl, userName: UserName, password: Password, adapter: Adapter, encoding: StringEncoding) extends Product with Serializable

    Permalink

    Pass your DB credentials to this class in a preferred secure way

  9. case class DBColumnDefinition(jdbcType: SqlType, name: ColumnName, nullable: IsNullable, sizeOpt: Option[Int], defaultValue: Option[String], sqlType: SqlTypeName) extends Product with Serializable

    Permalink
  10. trait DBTypeDescriptor[T] extends AnyRef

    Permalink
  11. final case class Database(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  12. final case class Definition(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  13. final case class HadoopUri(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  14. sealed abstract class IsNullable extends AnyRef

    Permalink
  15. trait JdbcStatementSetter[T] extends Serializable

    Permalink

    Case class to JDBC statement setter used for database writes

  16. class JdbcValidationException extends RuntimeException

    Permalink
  17. final case class Password(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  18. trait ResultSetExtractor[T] extends AnyRef

    Permalink
  19. final case class SchemaName(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  20. final case class SqlQuery(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  21. sealed trait SqlType extends AnyRef

    Permalink
  22. final case class SqlTypeName(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  23. final case class StringEncoding(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  24. final case class TableName(toStr: String) extends AnyVal with Product with Serializable

    Permalink
  25. final case class UserName(toStr: String) extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object BIGINT extends SqlType with Product with Serializable

    Permalink
  2. object BOOLEAN extends SqlType with Product with Serializable

    Permalink
  3. object DATE extends SqlType with Product with Serializable

    Permalink
  4. object DATETIME extends SqlType with Product with Serializable

    Permalink
  5. object DBColumnDefinition extends Serializable

    Permalink
  6. object DBColumnTransformer

    Permalink
  7. object DOUBLE extends SqlType with Product with Serializable

    Permalink
  8. object INT extends SqlType with Product with Serializable

    Permalink
  9. object IsNullable

    Permalink
  10. object NotNullable extends IsNullable with Product with Serializable

    Permalink
  11. object Nullable extends IsNullable with Product with Serializable

    Permalink
  12. object SMALLINT extends SqlType with Product with Serializable

    Permalink
  13. object TEXT extends SqlType with Product with Serializable

    Permalink
  14. object TINYINT extends SqlType with Product with Serializable

    Permalink
  15. object VARCHAR extends SqlType with Product with Serializable

    Permalink
  16. package extensions

    Permalink
  17. package macros

    Permalink

Ungrouped