scalikejdbc

streams

package streams

Reactive Streams support.

see also http://www.reactive-streams.org/

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. streams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class DatabasePublisher[A] extends Publisher[A] with LogSupport

    A database backend Publisher in the fashion of Reactive Streams

  2. implicit final class EnableDBCodeBlockToProvideDatabasePublisher extends AnyVal

    An implicit to enable the DB.readOnlyStream method:

  3. implicit final class EnableNamedDBCodeBlockToProvideDatabasePublisher extends AnyVal

    An implicit to enable the NamedDB('name).readOnlyStream method:

  4. implicit final class FromSQLToStreamSQLConverter[A, E <: WithExtractor] extends AnyVal

    An implicit to enable the iterator method:

  5. case class StreamReadySQL[A] extends Product with Serializable

    Streaming-ready SQL object.

Value Members

  1. val DefaultFetchSize: Int

Inherited from AnyRef

Inherited from Any

Ungrouped