Package

com.mchange.sc.v2

sql

Permalink

package sql

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sql
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class UnexpectedRowCountException extends Exception

    Permalink

Value Members

  1. def borrowTransact[T](connectionSource: ⇒ Connection)(block: (Connection) ⇒ T): T

    Permalink
  2. def getMaybeSingleBoolean(rs: ResultSet): Option[Boolean]

    Permalink
  3. def getMaybeSingleDouble(rs: ResultSet): Option[Double]

    Permalink
  4. def getMaybeSingleFloat(rs: ResultSet): Option[Float]

    Permalink
  5. def getMaybeSingleInt(rs: ResultSet): Option[Int]

    Permalink
  6. def getMaybeSingleLong(rs: ResultSet): Option[Long]

    Permalink
  7. def getMaybeSingleString(rs: ResultSet): Option[String]

    Permalink
  8. def getMaybeSingleValue[T](extractor: (ResultSet) ⇒ T)(rs: ResultSet): Option[T]

    Permalink
  9. def getSingleBoolean(rs: ResultSet): Boolean

    Permalink
  10. def getSingleDouble(rs: ResultSet): Double

    Permalink
  11. def getSingleFloat(rs: ResultSet): Float

    Permalink
  12. def getSingleInt(rs: ResultSet): Int

    Permalink
  13. def getSingleLong(rs: ResultSet): Long

    Permalink
  14. def getSingleString(rs: ResultSet): String

    Permalink
  15. def getSingleValue[T](extractor: (ResultSet) ⇒ T)(rs: ResultSet): T

    Permalink
  16. def setMaybeString(sqlType: Int)(ps: PreparedStatement, index: Int, mbValue: Option[String]): Unit

    Permalink
  17. def transact[T](conn: Connection)(block: (Connection) ⇒ T): T

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped