JdbcActionComponent

slick.jdbc.JdbcActionComponent
See theJdbcActionComponent companion object

Attributes

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

Members list

Type members

Classlikes

An InsertInvoker that returns the number of affected rows.

An InsertInvoker that returns the number of affected rows.

Attributes

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

Attributes

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

Source
JdbcActionComponent.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

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

Attributes

Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Source
JdbcActionComponent.scala
Supertypes
Self type

An InsertActionComposer that returns generated keys or other columns.

An InsertActionComposer that returns generated keys or other columns.

Attributes

Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Extension methods to generate the JDBC-specific insert actions.

Extension methods to generate the JDBC-specific insert actions.

Attributes

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]
class UpdateActionExtensionMethodsImpl[T](tree: Node, param: Any)

Attributes

Source
JdbcActionComponent.scala
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

Attributes

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