Package

com.github.tminglei.slickpg

lobj

Permalink

package lobj

Visibility
  1. Public
  2. All

Type Members

  1. case class LargeObjectStreamingDBIOAction(largeObjectId: Long, bufferSize: Int = 1024 * 8) extends SynchronousDatabaseAction[Array[Byte], Streaming[Array[Byte]], JdbcBackend, All] with Product with Serializable

    Permalink

    Action for streaming Postgres LargeObject instances from a Postgres DB.

    Action for streaming Postgres LargeObject instances from a Postgres DB.

    largeObjectId

    The oid of the LargeObject to stream.

    bufferSize

    The chunk size in bytes. Default to 8KB.

  2. trait LargeObjectSupport extends AnyRef

    Permalink

    Adds functionality for creating LargeObject upload actions

Ungrouped