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

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

  3. trait TableQuery extends AnyRef

Ungrouped