easysql.query.nonselect

Members list

Concise view

Type members

Classlikes

class Delete(ast: SqlDelete)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Delete

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Delete.type
class Insert[T <: Tuple, S <: InsertState](ast: SqlInsert)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Insert

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Insert.type
final class InsertEntity extends InsertState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class InsertSelect extends InsertState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait InsertState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
final class InsertValues extends InsertState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
trait NonSelect[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object deleteNonSelect.type
object insertNonSelect.type
object saveNonSelect.type
object truncateNonSelect.type
object updateNonSelect.type
class Save(ast: SqlUpsert)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Save

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Save.type
class Truncate(ast: SqlTruncate)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Truncate

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class Update(ast: SqlUpdate)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Update

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Update.type