EntityRef

oxygen.sql.migration.model.EntityRef
See theEntityRef companion trait
object EntityRef

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EntityRef.type

Members list

Type members

Classlikes

final case class ColumnRef(table: TableRef, columnName: String) extends EntityRef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EntityRef
class Object
trait Matchable
class Any
Show all
object ColumnRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ColumnRef.type
final case class SchemaRef(schemaName: String) extends EntityRef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EntityRef
class Object
trait Matchable
class Any
Show all
object SchemaRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
SchemaRef.type
final case class TableRef(schema: SchemaRef, tableName: String) extends EntityRef

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EntityRef
class Object
trait Matchable
class Any
Show all
object TableRef

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TableRef.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror