InsertBase

scalasql.query.Returning.InsertBase
trait InsertBase[Q] extends Base[Q]

Attributes

Graph
Supertypes
trait Base[Q]
trait WithSqlExpr[Q]
trait Renderable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait InsertColumns[V, R]
class Impl[V, R]
trait InsertSelect[V, C, R, R2]
class Impl[V, C, R, R2]
trait InsertValues[V, R]
class Impl[V, R]
class Ignore[Q, R]
class Update[Q, R]
Show all

Members list

Value members

Concrete methods

def getGeneratedKeys[R](implicit qr: Row[_, R]): GetGeneratedKeys[Q, R]

Makes this INSERT query call JdbcStatement.getGeneratedKeys when it is executed, returning a Seq[R] where R is a Scala type compatible with the auto-generated primary key type (typically something like Int or Long)

Makes this INSERT query call JdbcStatement.getGeneratedKeys when it is executed, returning a Seq[R] where R is a Scala type compatible with the auto-generated primary key type (typically something like Int or Long)

Attributes

Inherited and Abstract methods

Attributes

Inherited from:
Base