SqlDataType_JVM

molecule.sql.core.transaction.SqlDataType_JVM
See theSqlDataType_JVM companion trait

Attributes

Companion
trait
Source
SqlDataType_JVM.scala
Graph
Supertypes
trait DataType
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type Data = (List[Table], List[JoinTable])

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type IdsMap = Map[List[String], List[Long]]

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type RowIndex = Int

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type Setter = (PreparedStatement, IdsMap, RowIndex) => Unit

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala