object sqldata
- Source
- sqldata.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sqldata
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val AsyncSQLDataIO: Async[SQLDataIO]
- implicit val ContextShiftSQLDataIO: ContextShift[SQLDataIO]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def async[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ Unit): SQLDataIO[A]
- def asyncF[A](k: ((Either[Throwable, A]) ⇒ Unit) ⇒ SQLDataIO[Unit]): SQLDataIO[A]
- def bracketCase[A, B](acquire: SQLDataIO[A])(use: (A) ⇒ SQLDataIO[B])(release: (A, ExitCase[Throwable]) ⇒ SQLDataIO[Unit]): SQLDataIO[B]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def delay[A](a: ⇒ A): SQLDataIO[A]
- def embed[F[_], J, A](j: J, fa: Free[F, A])(implicit ev: Embeddable[F, J]): Free[SQLDataOp, A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalOn[A](ec: ExecutionContext)(fa: SQLDataIO[A]): Free[SQLDataOp, A]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getSQLTypeName: SQLDataIO[String]
- def handleErrorWith[A](fa: SQLDataIO[A], f: (Throwable) ⇒ SQLDataIO[A]): SQLDataIO[A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pure[A](a: A): SQLDataIO[A]
- def raiseError[A](err: Throwable): SQLDataIO[A]
- def raw[A](f: (SQLData) ⇒ A): SQLDataIO[A]
- def readSQL(a: SQLInput, b: String): SQLDataIO[Unit]
- val shift: SQLDataIO[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val unit: SQLDataIO[Unit]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def writeSQL(a: SQLOutput): SQLDataIO[Unit]
- object SQLDataOp
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated