OneRowPerStatementOnly
slick.jdbc.JdbcActionComponent.OneRowPerStatementOnly
trait OneRowPerStatementOnly extends JdbcActionComponent
Attributes
- Source
- JdbcActionComponent.scala
- Graph
-
- Supertypes
-
trait JdbcActionComponenttrait SqlActionComponenttrait BasicActionComponentclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object OracleProfile.type
- Self type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Show all
trait BasicStreamingQueryActionExtensionMethodsImpl[R, T] extends BasicQueryActionExtensionMethodsImpl[R, Streaming[T]]
Attributes
- Inherited from:
- BasicActionComponent
- Source
- BasicProfile.scala
- Supertypes
- Known subtypes
-
trait CountingInsertActionComposer[U] extends InsertActionComposer[U]
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
-
trait InsertActionComposer[U]trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass AnyShow all
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
-
class Objecttrait Matchableclass Any
trait InsertActionComposer[U] extends SimpleInsertActionComposer[U]
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
-
trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
- Known subtypes
-
trait CountingInsertActionComposer[U]
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SimpleInsertActionComposer[U]trait InsertActionComposer[U]trait CountingInsertActionComposer[U]Show all
trait IntoInsertActionComposer[U, RU] extends SimpleInsertActionComposer[U]
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
-
trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass Any
- Known subtypes
-
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
-
class Objecttrait Matchableclass Any
class JdbcQueryActionExtensionMethodsImpl[R, S <: NoStream](tree: Node, param: Any) extends BasicQueryActionExtensionMethodsImpl[R, S]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
- Known subtypes
-
class JdbcSchemaActionExtensionMethodsImpl(schema: SchemaDescription) extends RelationalSchemaActionExtensionMethodsImpl
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
- Known subtypes
class JdbcStreamingQueryActionExtensionMethodsImpl[R, T](tree: Node, param: Any) extends JdbcQueryActionExtensionMethodsImpl[R, Streaming[T]], BasicStreamingQueryActionExtensionMethodsImpl[R, T]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
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
-
trait SynchronousDatabaseAction[Nothing, Streaming[ResultSetMutator[T]], JdbcActionContext, JdbcStreamingActionContext, Effect]trait Dumpableclass Objecttrait Matchableclass AnyShow all
Attributes
- Inherited from:
- RelationalActionComponent
- Source
- RelationalProfile.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
trait ReturningInsertActionComposer[U, RU] extends InsertActionComposer[U], IntoInsertActionComposer[U, RU]
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
-
trait InsertActionComposer[U]trait SimpleInsertActionComposer[U]trait InsertActionExtensionMethodsImpl[U]class Objecttrait Matchableclass AnyShow all
trait SimpleInsertActionComposer[U] extends InsertActionExtensionMethodsImpl[U]
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
- Known subtypes
-
trait InsertActionComposer[U]trait CountingInsertActionComposer[U]
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 InsertOrUpdateActionclass InsertQueryActionclass MultiInsertActionclass InsertOrUpdateAllActionclass SingleInsertAction
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Attributes
- Source
- JdbcActionComponent.scala
Inherited types
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
type StreamingQueryActionExtensionMethods[R, T] = JdbcStreamingQueryActionExtensionMethodsImpl[R, T]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- JdbcActionComponent.scala
Inherited methods
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
def createQueryActionExtensionMethods[R, S <: NoStream](tree: Node, param: Any): JdbcQueryActionExtensionMethodsImpl[R, S]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
def createReturningInsertActionComposer[U, QR, RU](compiled: <none>, keys: Node, mux: (U, QR) => RU): ReturningInsertActionComposer[U, RU]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
def createStreamingQueryActionExtensionMethods[R, T](tree: Node, param: Any): JdbcStreamingQueryActionExtensionMethodsImpl[R, T]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
def createUpdateActionExtensionMethods[T](tree: Node, param: Any): UpdateActionExtensionMethodsImpl[T]
Attributes
- Inherited from:
- JdbcActionComponent
- Source
- JdbcActionComponent.scala
In this article