MultipleRowsPerStatementSupport

slick.jdbc.JdbcActionComponent$.MultipleRowsPerStatementSupport

Attributes

Source:
JdbcActionComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DB2Profile.type
object DerbyProfile.type
trait H2Profile
object H2Profile.type
object HsqldbProfile.type
object MySQLProfile.type
object PostgresProfile.type
object SQLServerProfile.type
object SQLiteProfile.type
Self type

Members list

Concise view

Type members

Inherited classlikes

Attributes

Inherited from:
BasicActionComponent
Source:
BasicProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
BasicActionComponent
Source:
BasicProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

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
Graph
Supertypes
class Object
trait Matchable
class Any
class DeleteActionExtensionMethodsImpl(tree: Node, param: Any)

Attributes

Inherited from:
JdbcActionComponent
Source:
JdbcActionComponent.scala
Graph
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
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
RelationalActionComponent
Source:
RelationalProfile.scala
Graph
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
Graph
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
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
JdbcActionComponent
Source:
JdbcActionComponent.scala
Graph
Supertypes

Attributes

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

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
Graph
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
Graph
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] with FixedSqlAction[R, NoStream, Effect]

Attributes

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

Attributes

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

Types

Value members

Concrete methods

override def defaultRowsPerStatement: All.type

Attributes

Definition Classes
Source:
JdbcActionComponent.scala