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
  2. implicit class ResultSetFuture0 extends AnyRef

    Permalink
    Definition Classes
    Functions
    Annotations
    @Deprecated

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Agni
  6. def bind[A](a: A)(implicit A: Binder[A]): Kleisli[scala.util.Try, PreparedStatement, BoundStatement]

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

    Permalink
    Definition Classes
    Agni
  8. def bind[A](bstmt: BatchStatement, pstmt: PreparedStatement, a: A)(implicit A: Binder[A]): Action[Unit]

    Permalink
    Definition Classes
    Agni
  9. val bind: Kleisli[scala.util.Try, PreparedStatement, BoundStatement]

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

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

    Permalink
  12. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def execute[A](stmt: Statement)(implicit arg0: RowDecoder[A]): Action[Iterator[Result[A]]]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  16. def execute[A](query: String)(implicit arg0: RowDecoder[A]): Action[Iterator[Result[A]]]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  17. def finalize(): Unit

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

    Permalink
    Definition Classes
    Agni
  19. def get[A](query: String)(implicit A: Get[A]): Action[A]

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

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

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. def lift[A](a: A): Action[A]

    Permalink
    Definition Classes
    Agni
    Annotations
    @Deprecated
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def prepare(stmt: RegularStatement): Action[PreparedStatement]

    Permalink
    Definition Classes
    Agni
  29. def prepare(q: String): Action[PreparedStatement]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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