com.krux.hyperion.objects

sql

package sql

Visibility
  1. Public
  2. All

Type Members

  1. case class InsertTableQuery(table: String, columns: List[String]) extends TableQuery with Product with Serializable

    Note

    this is not tested or documented anywhere in AWS Data Pipeline Docs, we are assuming the insert syntax is 'insert into mytable (col1, col2, ...)' without 'values'.

  2. case class SelectTableQuery(table: String, columns: List[String], whereClause: Option[String]) extends TableQuery with Product with Serializable

  3. trait TableQuery extends AnyRef

Ungrouped