TableGraph

wvlet.airframe.sql.analyzer.TableGraph$
object TableGraph

Graph for representing table input and output dependencies

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Alias(name: String) extends Node

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any
case class SourceTable(name: String) extends Node

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any
case class TargetTable(name: String) extends Node

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any
case object Terminal extends Node

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def of(sql: String): Graph

Concrete fields