object
connection
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
final
def
getClass(): Class[_]
-
def
getClientInfo(key: String): hi.ConnectionIO[Option[String]]
-
val
getClientInfo: hi.ConnectionIO[Map[String, String]]
-
-
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
-
-
-
-
-
-
def
prepareStatementI[A](sql: String, columnIndexes: List[Int])(k: hi.PreparedStatementIO[A]): hi.ConnectionIO[A]
-
def
prepareStatementS[A](sql: String, columnNames: List[String])(k: hi.PreparedStatementIO[A]): hi.ConnectionIO[A]
-
-
-
-
def
releaseSavepoint(sp: Savepoint): hi.ConnectionIO[Unit]
-
def
rollback(sp: Savepoint): hi.ConnectionIO[Unit]
-
-
def
setCatalog(catalog: String): hi.ConnectionIO[Unit]
-
def
setClientInfo(info: Map[String, String]): hi.ConnectionIO[Unit]
-
def
setClientInfo(key: String, value: String): hi.ConnectionIO[Unit]
-
-
def
setReadOnly(readOnly: Boolean): hi.ConnectionIO[Unit]
-
def
setSavepoint(name: String): hi.ConnectionIO[Savepoint]
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
updateManyWithGeneratedKeys[F[_], A, B](cols: List[String])(sql: String, prep: hi.PreparedStatementIO[Unit], fa: F[A], chunkSize: Int)(implicit arg0: Foldable[F], arg1: util.composite.Composite[A], arg2: util.composite.Composite[B]): Stream[hi.ConnectionIO, B]
-
def
updateWithGeneratedKeys[A](cols: List[String])(sql: String, prep: hi.PreparedStatementIO[Unit], chunkSize: Int)(implicit arg0: util.composite.Composite[A]): Stream[hi.ConnectionIO, A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Callable Statements
Connection Properties
Lifting
MetaData
Prepared Statements
Statements
Transaction Control
Ungrouped
Module of high-level constructors for
ConnectionIO
actions.