Package

com.krux.hyperion

database

Permalink

package database

Visibility
  1. Public
  2. All

Type Members

  1. trait Database extends NamedPipelineObject

    Permalink

    The base trait of all database objects

  2. case class DatabaseFields(username: HString, *password: HString, databaseName: Option[HString] = None) extends Product with Serializable

    Permalink
  3. case class JdbcDatabase extends Database with Product with Serializable

    Permalink

    Defines a JDBC database

  4. case class RdsDatabase extends Database with Product with Serializable

    Permalink
  5. case class RedshiftDatabase extends Database with Product with Serializable

    Permalink

    Redshift database trait, to use this please extend with an object.

Value Members

  1. object JdbcDatabase extends Serializable

    Permalink
  2. object RdsDatabase extends Serializable

    Permalink
  3. object RedshiftDatabase extends Serializable

    Permalink

Ungrouped