Class

agni.std

Try

Related Doc: package std

Permalink

abstract class Try extends Agni[scala.util.Try, Throwable] with CachedPreparedStatementWithGuava

Linear Supertypes
CachedPreparedStatementWithGuava, CachedPreparedStatement[Cache], GetPreparedStatement, Agni[scala.util.Try, Throwable], Functions[scala.util.Try], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Try
  2. CachedPreparedStatementWithGuava
  3. CachedPreparedStatement
  4. GetPreparedStatement
  5. Agni
  6. Functions
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Try()(implicit _cache: Cache[String, PreparedStatement])

    Permalink

Type Members

  1. type Action[A] = Kleisli[scala.util.Try, Session, A]

    Permalink
    Definition Classes
    Functions

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val F: MonadError[scala.util.Try, Throwable]

    Permalink
    Definition Classes
    TryAgni
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val batchOn: Action[BatchStatement]

    Permalink
    Definition Classes
    Agni
  7. def bind[A](pstmt: PreparedStatement, a: A)(implicit A: Binder[A], ev: <:<[Throwable, Throwable]): Action[BoundStatement]

    Permalink
    Definition Classes
    Agni
  8. val cache: Cache[String, PreparedStatement]

    Permalink
    Attributes
    protected
    Definition Classes
    TryCachedPreparedStatementWithGuavaCachedPreparedStatement
  9. def clear(): Unit

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get[A](stmt: Statement)(implicit A: Get[A], ev: <:<[Throwable, Throwable]): Action[A]

    Permalink
    Definition Classes
    Agni
  15. def get[A](query: String)(implicit A: Get[A], ev: <:<[Throwable, Throwable]): Action[A]

    Permalink
    Definition Classes
    Agni
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getPrepared(session: Session, stmt: RegularStatement): PreparedStatement

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def lift[A](a: scala.util.Try[A]): Action[A]

    Permalink
    Definition Classes
    Agni
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def prepare(stmt: RegularStatement)(implicit ev: <:<[Throwable, Throwable]): Action[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  25. def prepare(q: String)(implicit ev: <:<[Throwable, Throwable]): Action[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  26. def pure[A](a: A): Action[A]

    Permalink
    Definition Classes
    Agni
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def ver(session: Session): ProtocolVersion

    Permalink
    Attributes
    protected
    Definition Classes
    Agni
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withSession[A](f: (Session) ⇒ scala.util.Try[A]): Action[A]

    Permalink
    Definition Classes
    Functions

Inherited from CachedPreparedStatement[Cache]

Inherited from GetPreparedStatement

Inherited from Agni[scala.util.Try, Throwable]

Inherited from Functions[scala.util.Try]

Inherited from AnyRef

Inherited from Any

Ungrouped