WrappedResultSet

scalikejdbc.WrappedResultSet
case class WrappedResultSet(underlying: ResultSet, cursor: ResultSetCursor, index: Int)

java.sql.ResultSet wrapper.

Attributes

Source
WrappedResultSet.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def any(columnIndex: Int): Any

Attributes

Source
WrappedResultSet.scala
def any(columnLabel: String): Any

Attributes

Source
WrappedResultSet.scala
def any(columnIndex: Int, map: Map[String, Class[_]]): Any

Attributes

Source
WrappedResultSet.scala
def any(columnLabel: String, map: Map[String, Class[_]]): Any

Attributes

Source
WrappedResultSet.scala
def anyOpt(columnIndex: Int): Option[Any]

Attributes

Source
WrappedResultSet.scala
def anyOpt(columnLabel: String): Option[Any]

Attributes

Source
WrappedResultSet.scala
def anyOpt(columnIndex: Int, map: Map[String, Class[_]]): Option[Any]

Attributes

Source
WrappedResultSet.scala
def anyOpt(columnLabel: String, map: Map[String, Class[_]]): Option[Any]

Attributes

Source
WrappedResultSet.scala
def array(columnIndex: Int): Array

Attributes

Source
WrappedResultSet.scala
def array(columnLabel: String): Array

Attributes

Source
WrappedResultSet.scala
def arrayOpt(columnIndex: Int): Option[Array]

Attributes

Source
WrappedResultSet.scala
def arrayOpt(columnLabel: String): Option[Array]

Attributes

Source
WrappedResultSet.scala
def asciiStream(columnIndex: Int): InputStream

Attributes

Source
WrappedResultSet.scala
def asciiStream(columnLabel: String): InputStream

Attributes

Source
WrappedResultSet.scala
def asciiStreamOpt(columnIndex: Int): Option[InputStream]

Attributes

Source
WrappedResultSet.scala
def asciiStreamOpt(columnLabel: String): Option[InputStream]

Attributes

Source
WrappedResultSet.scala
def bigDecimal(columnIndex: Int): BigDecimal

Attributes

Source
WrappedResultSet.scala
def bigDecimal(columnLabel: String): BigDecimal

Attributes

Source
WrappedResultSet.scala
def bigDecimalOpt(columnIndex: Int): Option[BigDecimal]

Attributes

Source
WrappedResultSet.scala
def bigDecimalOpt(columnLabel: String): Option[BigDecimal]

Attributes

Source
WrappedResultSet.scala
def bigInt(columnIndex: Int): BigInteger

Attributes

Source
WrappedResultSet.scala
def bigInt(columnLabel: String): BigInteger

Attributes

Source
WrappedResultSet.scala
def bigIntOpt(columnIndex: Int): Option[BigInteger]

Attributes

Source
WrappedResultSet.scala
def bigIntOpt(columnLabel: String): Option[BigInteger]

Attributes

Source
WrappedResultSet.scala
def binaryStream(columnIndex: Int): InputStream

Attributes

Source
WrappedResultSet.scala
def binaryStream(columnLabel: String): InputStream

Attributes

Source
WrappedResultSet.scala
def binaryStreamOpt(columnIndex: Int): Option[InputStream]

Attributes

Source
WrappedResultSet.scala
def binaryStreamOpt(columnLabel: String): Option[InputStream]

Attributes

Source
WrappedResultSet.scala
def blob(columnIndex: Int): Blob

Attributes

Source
WrappedResultSet.scala
def blob(columnLabel: String): Blob

Attributes

Source
WrappedResultSet.scala
def blobOpt(columnIndex: Int): Option[Blob]

Attributes

Source
WrappedResultSet.scala
def blobOpt(columnLabel: String): Option[Blob]

Attributes

Source
WrappedResultSet.scala
def boolean(columnIndex: Int): Boolean

Attributes

Source
WrappedResultSet.scala
def boolean(columnLabel: String): Boolean

Attributes

Source
WrappedResultSet.scala
def booleanOpt(columnIndex: Int): Option[Boolean]

Attributes

Source
WrappedResultSet.scala
def booleanOpt(columnLabel: String): Option[Boolean]

Attributes

Source
WrappedResultSet.scala
def byte(columnIndex: Int): Byte

Attributes

Source
WrappedResultSet.scala
def byte(columnLabel: String): Byte

Attributes

Source
WrappedResultSet.scala
def byteOpt(columnIndex: Int): Option[Byte]

Attributes

Source
WrappedResultSet.scala
def byteOpt(columnLabel: String): Option[Byte]

Attributes

Source
WrappedResultSet.scala
def bytes(columnIndex: Int): Array[Byte]

Attributes

Source
WrappedResultSet.scala
def bytes(columnLabel: String): Array[Byte]

Attributes

Source
WrappedResultSet.scala
def bytesOpt(columnIndex: Int): Option[Array[Byte]]

Attributes

Source
WrappedResultSet.scala
def bytesOpt(columnLabel: String): Option[Array[Byte]]

Attributes

Source
WrappedResultSet.scala
def characterStream(columnIndex: Int): Reader

Attributes

Source
WrappedResultSet.scala
def characterStream(columnLabel: String): Reader

Attributes

Source
WrappedResultSet.scala
def characterStreamOpt(columnIndex: Int): Option[Reader]

Attributes

Source
WrappedResultSet.scala
def characterStreamOpt(columnLabel: String): Option[Reader]

Attributes

Source
WrappedResultSet.scala
def clob(columnIndex: Int): Clob

Attributes

Source
WrappedResultSet.scala
def clob(columnLabel: String): Clob

Attributes

Source
WrappedResultSet.scala
def clobOpt(columnIndex: Int): Option[Clob]

Attributes

Source
WrappedResultSet.scala
def clobOpt(columnLabel: String): Option[Clob]

Attributes

Source
WrappedResultSet.scala
def concurrency: Int

Attributes

Source
WrappedResultSet.scala
def cursorName: String

Attributes

Source
WrappedResultSet.scala
def date(columnIndex: Int): Date

Attributes

Source
WrappedResultSet.scala
def date(columnLabel: String): Date

Attributes

Source
WrappedResultSet.scala
def date(columnIndex: Int, cal: Calendar): Date

Attributes

Source
WrappedResultSet.scala
def date(columnLabel: String, cal: Calendar): Date

Attributes

Source
WrappedResultSet.scala
def dateOpt(columnIndex: Int): Option[Date]

Attributes

Source
WrappedResultSet.scala
def dateOpt(columnLabel: String): Option[Date]

Attributes

Source
WrappedResultSet.scala
def dateOpt(columnIndex: Int, cal: Calendar): Option[Date]

Attributes

Source
WrappedResultSet.scala
def dateOpt(columnLabel: String, cal: Calendar): Option[Date]

Attributes

Source
WrappedResultSet.scala
def dateTime(columnIndex: Int): ZonedDateTime

Attributes

Source
WrappedResultSet.scala
def dateTime(columnLabel: String): ZonedDateTime

Attributes

Source
WrappedResultSet.scala
def dateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

Attributes

Source
WrappedResultSet.scala
def dateTimeOpt(columnLabel: String): Option[ZonedDateTime]

Attributes

Source
WrappedResultSet.scala
def double(columnIndex: Int): Double

Attributes

Source
WrappedResultSet.scala
def double(columnLabel: String): Double

Attributes

Source
WrappedResultSet.scala
def doubleOpt(columnIndex: Int): Option[Double]

Attributes

Source
WrappedResultSet.scala
def doubleOpt(columnLabel: String): Option[Double]

Attributes

Source
WrappedResultSet.scala
def ensureCursor(): Unit

Attributes

Source
WrappedResultSet.scala
def fetchDirection: Int

Attributes

Source
WrappedResultSet.scala
def fetchSize: Int

Attributes

Source
WrappedResultSet.scala
def float(columnIndex: Int): Float

Attributes

Source
WrappedResultSet.scala
def float(columnLabel: String): Float

Attributes

Source
WrappedResultSet.scala
def floatOpt(columnIndex: Int): Option[Float]

Attributes

Source
WrappedResultSet.scala
def floatOpt(columnLabel: String): Option[Float]

Attributes

Source
WrappedResultSet.scala
def get[A : TypeBinder](columnIndex: Int): A

Attributes

Source
WrappedResultSet.scala
def get[A : TypeBinder](columnLabel: String): A

Attributes

Source
WrappedResultSet.scala
def getOpt[A : TypeBinder](columnIndex: Int): Option[A]

Attributes

Source
WrappedResultSet.scala
def getOpt[A : TypeBinder](columnLabel: String): Option[A]

Attributes

Source
WrappedResultSet.scala
def holdability: Int

Attributes

Source
WrappedResultSet.scala
def int(columnIndex: Int): Int

Attributes

Source
WrappedResultSet.scala
def int(columnLabel: String): Int

Attributes

Source
WrappedResultSet.scala
def intOpt(columnIndex: Int): Option[Int]

Attributes

Source
WrappedResultSet.scala
def intOpt(columnLabel: String): Option[Int]

Attributes

Source
WrappedResultSet.scala
def localDate(columnIndex: Int): LocalDate

Attributes

Source
WrappedResultSet.scala
def localDate(columnLabel: String): LocalDate

Attributes

Source
WrappedResultSet.scala
def localDateOpt(columnIndex: Int): Option[LocalDate]

Attributes

Source
WrappedResultSet.scala
def localDateOpt(columnLabel: String): Option[LocalDate]

Attributes

Source
WrappedResultSet.scala
def localDateTime(columnIndex: Int): LocalDateTime

Attributes

Source
WrappedResultSet.scala
def localDateTime(columnLabel: String): LocalDateTime

Attributes

Source
WrappedResultSet.scala
def localDateTimeOpt(columnIndex: Int): Option[LocalDateTime]

Attributes

Source
WrappedResultSet.scala
def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]

Attributes

Source
WrappedResultSet.scala
def localTime(columnIndex: Int): LocalTime

Attributes

Source
WrappedResultSet.scala
def localTime(columnLabel: String): LocalTime

Attributes

Source
WrappedResultSet.scala
def localTimeOpt(columnIndex: Int): Option[LocalTime]

Attributes

Source
WrappedResultSet.scala
def localTimeOpt(columnLabel: String): Option[LocalTime]

Attributes

Source
WrappedResultSet.scala
def long(columnIndex: Int): Long

Attributes

Source
WrappedResultSet.scala
def long(columnLabel: String): Long

Attributes

Source
WrappedResultSet.scala
def longOpt(columnIndex: Int): Option[Long]

Attributes

Source
WrappedResultSet.scala
def longOpt(columnLabel: String): Option[Long]

Attributes

Source
WrappedResultSet.scala
def metaData: ResultSetMetaData

Attributes

Source
WrappedResultSet.scala
def nCharacterStream(columnIndex: Int): Reader

Attributes

Source
WrappedResultSet.scala
def nCharacterStream(columnLabel: String): Reader

Attributes

Source
WrappedResultSet.scala
def nCharacterStreamOpt(columnIndex: Int): Option[Reader]

Attributes

Source
WrappedResultSet.scala
def nCharacterStreamOpt(columnLabel: String): Option[Reader]

Attributes

Source
WrappedResultSet.scala
def nClob(columnIndex: Int): NClob

Attributes

Source
WrappedResultSet.scala
def nClob(columnLabel: String): NClob

Attributes

Source
WrappedResultSet.scala
def nClobOpt(columnIndex: Int): Option[NClob]

Attributes

Source
WrappedResultSet.scala
def nClobOpt(columnLabel: String): Option[NClob]

Attributes

Source
WrappedResultSet.scala
def nString(columnIndex: Int): String

Attributes

Source
WrappedResultSet.scala
def nString(columnLabel: String): String

Attributes

Source
WrappedResultSet.scala
def nStringOpt(columnIndex: Int): Option[String]

Attributes

Source
WrappedResultSet.scala
def nStringOpt(columnLabel: String): Option[String]

Attributes

Source
WrappedResultSet.scala
def nullableBoolean(columnIndex: Int): Boolean

Attributes

Source
WrappedResultSet.scala
def nullableBoolean(columnLabel: String): Boolean

Attributes

Source
WrappedResultSet.scala
def nullableByte(columnIndex: Int): Byte

Attributes

Source
WrappedResultSet.scala
def nullableByte(columnLabel: String): Byte

Attributes

Source
WrappedResultSet.scala
def nullableDouble(columnIndex: Int): Double

Attributes

Source
WrappedResultSet.scala
def nullableDouble(columnLabel: String): Double

Attributes

Source
WrappedResultSet.scala
def nullableFloat(columnIndex: Int): Float

Attributes

Source
WrappedResultSet.scala
def nullableFloat(columnLabel: String): Float

Attributes

Source
WrappedResultSet.scala
def nullableInt(columnIndex: Int): Integer

Attributes

Source
WrappedResultSet.scala
def nullableInt(columnLabel: String): Integer

Attributes

Source
WrappedResultSet.scala
def nullableLong(columnIndex: Int): Long

Attributes

Source
WrappedResultSet.scala
def nullableLong(columnLabel: String): Long

Attributes

Source
WrappedResultSet.scala
def nullableShort(columnIndex: Int): Short

Attributes

Source
WrappedResultSet.scala
def nullableShort(columnLabel: String): Short

Attributes

Source
WrappedResultSet.scala
def offsetDateTime(columnIndex: Int): OffsetDateTime

Attributes

Source
WrappedResultSet.scala
def offsetDateTime(columnLabel: String): OffsetDateTime

Attributes

Source
WrappedResultSet.scala
def offsetDateTimeOpt(columnIndex: Int): Option[OffsetDateTime]

Attributes

Source
WrappedResultSet.scala
def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]

Attributes

Source
WrappedResultSet.scala
def ref(columnIndex: Int): Ref

Attributes

Source
WrappedResultSet.scala
def ref(columnLabel: String): Ref

Attributes

Source
WrappedResultSet.scala
def refOpt(columnIndex: Int): Option[Ref]

Attributes

Source
WrappedResultSet.scala
def refOpt(columnLabel: String): Option[Ref]

Attributes

Source
WrappedResultSet.scala
def row: Int

Attributes

Source
WrappedResultSet.scala
def rowId(columnIndex: Int): RowId

Attributes

Source
WrappedResultSet.scala
def rowId(columnLabel: String): RowId

Attributes

Source
WrappedResultSet.scala
def short(columnIndex: Int): Short

Attributes

Source
WrappedResultSet.scala
def short(columnLabel: String): Short

Attributes

Source
WrappedResultSet.scala
def shortOpt(columnIndex: Int): Option[Short]

Attributes

Source
WrappedResultSet.scala
def shortOpt(columnLabel: String): Option[Short]

Attributes

Source
WrappedResultSet.scala
def sqlXml(columnIndex: Int): SQLXML

Attributes

Source
WrappedResultSet.scala
def sqlXml(columnLabel: String): SQLXML

Attributes

Source
WrappedResultSet.scala
def sqlXmlOpt(columnIndex: Int): Option[SQLXML]

Attributes

Source
WrappedResultSet.scala
def sqlXmlOpt(columnLabel: String): Option[SQLXML]

Attributes

Source
WrappedResultSet.scala
def statement: Statement

Attributes

Source
WrappedResultSet.scala
def string(columnIndex: Int): String

Attributes

Source
WrappedResultSet.scala
def string(columnLabel: String): String

Attributes

Source
WrappedResultSet.scala
def stringOpt(columnIndex: Int): Option[String]

Attributes

Source
WrappedResultSet.scala
def stringOpt(columnLabel: String): Option[String]

Attributes

Source
WrappedResultSet.scala
def time(columnIndex: Int): Time

Attributes

Source
WrappedResultSet.scala
def time(columnLabel: String): Time

Attributes

Source
WrappedResultSet.scala
def time(columnIndex: Int, cal: Calendar): Time

Attributes

Source
WrappedResultSet.scala
def time(columnLabel: String, cal: Calendar): Time

Attributes

Source
WrappedResultSet.scala
def timeOpt(columnIndex: Int): Option[Time]

Attributes

Source
WrappedResultSet.scala
def timeOpt(columnLabel: String): Option[Time]

Attributes

Source
WrappedResultSet.scala
def timeOpt(columnIndex: Int, cal: Calendar): Option[Time]

Attributes

Source
WrappedResultSet.scala
def timeOpt(columnLabel: String, cal: Calendar): Option[Time]

Attributes

Source
WrappedResultSet.scala
def timestamp(columnIndex: Int): Timestamp

Attributes

Source
WrappedResultSet.scala
def timestamp(columnLabel: String): Timestamp

Attributes

Source
WrappedResultSet.scala
def timestamp(columnIndex: Int, cal: Calendar): Timestamp

Attributes

Source
WrappedResultSet.scala
def timestamp(columnLabel: String, cal: Calendar): Timestamp

Attributes

Source
WrappedResultSet.scala
def timestampOpt(columnIndex: Int): Option[Timestamp]

Attributes

Source
WrappedResultSet.scala
def timestampOpt(columnLabel: String): Option[Timestamp]

Attributes

Source
WrappedResultSet.scala
def timestampOpt(columnIndex: Int, cal: Calendar): Option[Timestamp]

Attributes

Source
WrappedResultSet.scala
def timestampOpt(columnLabel: String, cal: Calendar): Option[Timestamp]

Attributes

Source
WrappedResultSet.scala
def toMap(): Map[String, Any]

Attributes

Source
WrappedResultSet.scala
def toSymbolMap(): Map[Symbol, Any]

Attributes

Source
WrappedResultSet.scala
def url(columnIndex: Int): URL

Attributes

Source
WrappedResultSet.scala
def url(columnLabel: String): URL

Attributes

Source
WrappedResultSet.scala
def urlOpt(columnIndex: Int): Option[URL]

Attributes

Source
WrappedResultSet.scala
def urlOpt(columnLabel: String): Option[URL]

Attributes

Source
WrappedResultSet.scala
def warnings: SQLWarning

Attributes

Source
WrappedResultSet.scala
def zonedDateTime(columnIndex: Int): ZonedDateTime

Attributes

Source
WrappedResultSet.scala
def zonedDateTime(columnLabel: String): ZonedDateTime

Attributes

Source
WrappedResultSet.scala
def zonedDateTimeOpt(columnIndex: Int): Option[ZonedDateTime]

Attributes

Source
WrappedResultSet.scala
def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]

Attributes

Source
WrappedResultSet.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product