SqlDataType_JVM

molecule.sql.core.transaction.SqlDataType_JVM
See theSqlDataType_JVM companion object
trait SqlDataType_JVM extends DataType

Attributes

Companion
object
Source
SqlDataType_JVM.scala
Graph
Supertypes
trait DataType
class Object
trait Matchable
class Any
Known subtypes
class JdbcConn_JVM
trait SqlBase_JVM
trait SpiSyncBase
trait SqlDelete
trait SqlInsert
trait SqlSave
trait SqlUpdate
object SqlDataType_JVM.type
Show all

Members list

Type members

Types

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

Attributes

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

Attributes

Source
SqlDataType_JVM.scala
type RowIndex = Int

Attributes

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

Attributes

Source
SqlDataType_JVM.scala