molecule.sql.core.transaction

Members list

Type members

Classlikes

trait JdbcDataType_JVM extends DataType

Attributes

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

Attributes

Companion
trait
Source
SqlDataType_JVM.scala
Supertypes
trait DataType
class Object
trait Matchable
class Any
Self type
case class JoinTable(stmt: String, ps: PreparedStatement, leftPath: List[String], rightPath: List[String], rightCounts: List[Int])

Attributes

Source
JoinTable.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait SqlBase_JVM extends JdbcDataType_JVM, ModelUtils, BaseHelpers

Attributes

Source
SqlBase_JVM.scala
Supertypes
trait BaseHelpers
trait DateHandling
trait RegexMatching
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Known subtypes
class JdbcConn_JVM
trait SqlDelete
trait SqlInsert
trait SqlSave
trait SqlUpdate
trait SqlDelete extends SqlBase_JVM, DeleteOps, MetaModelUtils, MoleculeLogging

Attributes

Source
SqlDelete.scala
Supertypes
trait MoleculeLogging
trait Logging
trait MetaModelUtils
trait DeleteOps
trait SqlBase_JVM
trait BaseHelpers
trait DateHandling
trait RegexMatching
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Self type
ResolveDelete
trait SqlInsert extends SqlBase_JVM, InsertOps, JdbcDataType_JVM, ModelUtils, MoleculeLogging

Attributes

Source
SqlInsert.scala
Supertypes
trait MoleculeLogging
trait Logging
trait InsertOps
trait SqlBase_JVM
trait BaseHelpers
trait DateHandling
trait RegexMatching
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Self type
ResolveInsert & InsertResolvers_
trait SqlSave extends SqlBase_JVM, SaveOps, MoleculeLogging

Attributes

Source
SqlSave.scala
Supertypes
trait MoleculeLogging
trait Logging
trait SaveOps
trait Action2Data
trait SqlBase_JVM
trait BaseHelpers
trait DateHandling
trait RegexMatching
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Self type
ResolveSave
trait SqlUpdate extends SqlBase_JVM, UpdateOps, MoleculeLogging

Attributes

Source
SqlUpdate.scala
Supertypes
trait MoleculeLogging
trait Logging
trait UpdateOps
trait Action2Data
trait SqlBase_JVM
trait BaseHelpers
trait DateHandling
trait RegexMatching
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Self type
ResolveUpdate

Attributes

Source
SqlUpdateSetValidator.scala
Supertypes
trait SpiHelpers
trait ModelUtils
class Object
trait Matchable
class Any
case class Table(refPath: List[String], stmt: String, ps: PreparedStatement, populatePS: (PreparedStatement, IdsMap, RowIndex) => Unit)

Attributes

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