JoinTable

molecule.sql.core.transaction.JoinTable
case class JoinTable(stmt: String, ps: PreparedStatement, leftPath: List[String], rightPath: List[String], rightCounts: List[Int])

Attributes

Source
JoinTable.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product