OneRowPerStatementOnly

slick.jdbc.JdbcActionComponent.OneRowPerStatementOnly

Attributes

Source
JdbcActionComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object OracleProfile.type
Self type

Members list

Type members

Inherited classlikes

An InsertInvoker that returns the number of affected rows.

An InsertInvoker that returns the number of affected rows.

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Show all
class DeleteActionExtensionMethodsImpl(tree: Node, param: Any)

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any

Extension methods to generate the JDBC-specific insert actions.

Extension methods to generate the JDBC-specific insert actions.

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
RelationalActionComponent
Source
RelationalProfile.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

An InsertActionComposer that returns a mapping of the inserted and generated data.

An InsertActionComposer that returns a mapping of the inserted and generated data.

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class JdbcActionExtensionMethods[E <: Effect, R, S <: NoStream](a: DBIOAction[R, S, E])

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MutatingResultAction[T](rsm: ResultSetMapping, elemType: Type, collectionType: CollectionType, sql: String, param: Any, sendEndMarker: Boolean) extends SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], JdbcActionContext, JdbcStreamingActionContext, Effect], FixedSqlAction[Nothing, Streaming[ResultSetMutator[T]], Effect]

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes

An InsertActionComposer that returns generated keys or other columns.

An InsertActionComposer that returns generated keys or other columns.

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Show all

Extension methods to generate the JDBC-specific insert actions.

Extension methods to generate the JDBC-specific insert actions.

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
abstract class SimpleJdbcProfileAction[+R](_name: String, val statements: Vector[String]) extends SynchronousDatabaseAction[R, NoStream, JdbcActionContext, JdbcStreamingActionContext, Effect], FixedSqlAction[R, NoStream, Effect]

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
Known subtypes
class UpdateActionExtensionMethodsImpl[T](tree: Node, param: Any)

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any

Types

override type RowsPerStatement = One.type

Attributes

Source
JdbcActionComponent.scala

Value members

Concrete methods

Attributes

Definition Classes
Source
JdbcActionComponent.scala

Inherited methods

def createReturningInsertActionComposer[U, QR, RU](compiled: <none>, keys: Node, mux: (U, QR) => RU): ReturningInsertActionComposer[U, RU]

Attributes

Inherited from:
JdbcActionComponent
Source
JdbcActionComponent.scala