OneRowPerStatementOnly

slick.jdbc.JdbcActionComponent$.OneRowPerStatementOnly

Attributes

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

override type RowsPerStatement = One.type

Attributes

Source:
JdbcActionComponent.scala