easysql.query.nonselect

Members list

Type members

Classlikes

class Delete(ast: SqlDelete) extends NonSelect

Attributes

Companion
object
Supertypes
trait NonSelect
class Object
trait Matchable
class Any
object Delete

Attributes

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

Attributes

Companion
object
Supertypes
trait NonSelect
class Object
trait Matchable
class Any
object Insert

Attributes

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

Attributes

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

Attributes

Supertypes
trait InsertState
class Object
trait Matchable
class Any
sealed trait InsertState

Attributes

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

Attributes

Supertypes
trait InsertState
class Object
trait Matchable
class Any
trait NonSelect

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Delete
class Insert[T, S]
class Save
class Truncate
class Update
object NonSelect

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
NonSelect.type
class Save(ast: SqlUpsert) extends NonSelect

Attributes

Companion
object
Supertypes
trait NonSelect
class Object
trait Matchable
class Any
object Save

Attributes

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

Attributes

Companion
object
Supertypes
trait NonSelect
class Object
trait Matchable
class Any
object Truncate

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Truncate.type
class Update(ast: SqlUpdate) extends NonSelect

Attributes

Companion
object
Supertypes
trait NonSelect
class Object
trait Matchable
class Any
object Update

Attributes

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