Packages

package objects

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Relation extends DbObject

    Abstract base class for all relational objects

  2. abstract class RelationId extends SchemaObjectId
  3. abstract class SchemaRelation extends SchemaObject
  4. class SchemaTable extends SchemaRelation
  5. class SchemaView extends SchemaRelation
  6. class Table extends Relation

    Relational table

  7. case class TableId(locationId: LocationId, name: String) extends RelationId with Product with Serializable
  8. class View extends Relation

    Relational virtual view

  9. case class ViewId(name: String) extends RelationId with Product with Serializable

Value Members

  1. object SchemaTable extends Serializable
  2. object SchemaView extends Serializable
  3. object Table extends Serializable

    Companion object - contains helper functions, helper objects and alternative constructor that performs constraint validations before creating a Table object.

  4. object View extends Serializable

    Companion object - contains the constructor

Ungrouped