StreamReadySQL

case

Streaming-ready SQL object.

The primary constructor is intentionally hidden, use only StreamSQL object's apply method to instantiate.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

final
def withDBSessionForceAdjuster(adjuster: DBSessionForceAdjuster): StreamReadySQL[A]

New StreamReadySQL with adjuster of DBSession attributes.

New StreamReadySQL with adjuster of DBSession attributes.

Value Params
adjuster

The Function to adjust the db session before querying.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product