object
StatementOp
Type Members
-
case class
AddBatch(a: String) extends StatementOp[Unit] with Product with Serializable
-
case class
Attempt[A](action: StatementIO[A]) extends StatementOp[\/[Throwable, A]] with Product with Serializable
-
case class
Execute(a: String, b: Array[Int]) extends StatementOp[Boolean] with Product with Serializable
-
case class
Execute1(a: String, b: Int) extends StatementOp[Boolean] with Product with Serializable
-
case class
Execute2(a: String) extends StatementOp[Boolean] with Product with Serializable
-
case class
Execute3(a: String, b: Array[String]) extends StatementOp[Boolean] with Product with Serializable
-
case class
ExecuteQuery(a: String) extends StatementOp[ResultSet] with Product with Serializable
-
case class
ExecuteUpdate(a: String, b: Array[String]) extends StatementOp[Int] with Product with Serializable
-
case class
ExecuteUpdate1(a: String, b: Int) extends StatementOp[Int] with Product with Serializable
-
case class
ExecuteUpdate2(a: String, b: Array[Int]) extends StatementOp[Int] with Product with Serializable
-
case class
ExecuteUpdate3(a: String) extends StatementOp[Int] with Product with Serializable
-
case class
GetMoreResults(a: Int) extends StatementOp[Boolean] with Product with Serializable
-
case class
IsWrapperFor(a: Class[_]) extends StatementOp[Boolean] with Product with Serializable
-
case class
Lift[Op[_], A, J](j: J, action: FreeC[Op, A], mod: Aux[Op, J]) extends StatementOp[A] with Product with Serializable
-
case class
Pure[A](a: () ⇒ A) extends StatementOp[A] with Product with Serializable
-
case class
Raw[A](f: (Statement) ⇒ A) extends StatementOp[A] with Product with Serializable
-
case class
SetCursorName(a: String) extends StatementOp[Unit] with Product with Serializable
-
case class
SetEscapeProcessing(a: Boolean) extends StatementOp[Unit] with Product with Serializable
-
case class
SetFetchDirection(a: Int) extends StatementOp[Unit] with Product with Serializable
-
case class
SetFetchSize(a: Int) extends StatementOp[Unit] with Product with Serializable
-
case class
SetMaxFieldSize(a: Int) extends StatementOp[Unit] with Product with Serializable
-
case class
SetMaxRows(a: Int) extends StatementOp[Unit] with Product with Serializable
-
case class
SetPoolable(a: Boolean) extends StatementOp[Unit] with Product with Serializable
-
case class
SetQueryTimeout(a: Int) extends StatementOp[Unit] with Product with Serializable
-
case class
Unwrap[T](a: Class[T]) extends StatementOp[T] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
Cancel extends StatementOp[Unit] with Product with Serializable
-
object
ClearBatch extends StatementOp[Unit] with Product with Serializable
-
object
ClearWarnings extends StatementOp[Unit] with Product with Serializable
-
object
Close extends StatementOp[Unit] with Product with Serializable
-
-
object
ExecuteBatch extends StatementOp[Array[Int]] with Product with Serializable
-
object
GetConnection extends StatementOp[Connection] with Product with Serializable
-
-
object
GetFetchSize extends StatementOp[Int] with Product with Serializable
-
object
GetGeneratedKeys extends StatementOp[ResultSet] with Product with Serializable
-
-
object
GetMaxRows extends StatementOp[Int] with Product with Serializable
-
object
GetMoreResults1 extends StatementOp[Boolean] with Product with Serializable
-
-
object
GetResultSet extends StatementOp[ResultSet] with Product with Serializable
-
-
-
-
object
GetUpdateCount extends StatementOp[Int] with Product with Serializable
-
object
GetWarnings extends StatementOp[SQLWarning] with Product with Serializable
-
-
object
IsClosed extends StatementOp[Boolean] with Product with Serializable
-
object
IsPoolable extends StatementOp[Boolean] with Product with Serializable
-
implicit
val
StatementKleisliTrans: Aux[StatementOp, Statement]
-
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
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Module of constructors for
StatementOp
. These are rarely useful outside of the implementation; prefer the smart constructors provided by thestatement
module.