object statement
Ordering
- Grouped
- Alphabetic
- By Inheritance
Inherited
- statement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def addBatch(sql: String): StatementIO[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clearBatch: StatementIO[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val executeBatch: StatementIO[List[Int]]
- def executeQuery[A](sql: String)(k: ResultSetIO[A]): StatementIO[A]
- def executeUpdate(sql: String): StatementIO[Int]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val getFetchDirection: StatementIO[FetchDirection]
- val getFetchSize: StatementIO[Int]
- def getGeneratedKeys[A](k: ResultSetIO[A]): StatementIO[A]
- val getMaxFieldSize: StatementIO[Int]
- val getMaxRows: StatementIO[Int]
- val getMoreResults: StatementIO[Boolean]
- val getQueryTimeout: StatementIO[Int]
- def getResultSet[A](k: ResultSetIO[A]): StatementIO[A]
- val getResultSetConcurrency: StatementIO[ResultSetConcurrency]
- val getResultSetHoldability: StatementIO[Holdability]
- val getResultSetType: StatementIO[ResultSetType]
- val getUpdateCount: StatementIO[Int]
- val getWarnings: StatementIO[SQLWarning]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def setCursorName(name: String): StatementIO[Unit]
- def setEscapeProcessing(a: Boolean): StatementIO[Unit]
- def setFetchDirection(fd: FetchDirection): StatementIO[Unit]
- def setFetchSize(n: Int): StatementIO[Unit]
- def setMaxFieldSize(n: Int): StatementIO[Unit]
- def setMaxRows(n: Int): StatementIO[Unit]
- def setQueryTimeout(a: Int): StatementIO[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)