WrappedResultSet

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

java.sql.ResultSet wrapper.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def any(columnIndex: Int): Any
def any(columnLabel: String): Any
def any(columnIndex: Int, map: Map[String, Class[_]]): Any
def any(columnLabel: String, map: Map[String, Class[_]]): Any
def anyOpt(columnIndex: Int): Option[Any]
def anyOpt(columnLabel: String): Option[Any]
def anyOpt(columnIndex: Int, map: Map[String, Class[_]]): Option[Any]
def anyOpt(columnLabel: String, map: Map[String, Class[_]]): Option[Any]
def array(columnIndex: Int): Array
def array(columnLabel: String): Array
def arrayOpt(columnIndex: Int): Option[Array]
def arrayOpt(columnLabel: String): Option[Array]
def asciiStream(columnIndex: Int): InputStream
def asciiStream(columnLabel: String): InputStream
def asciiStreamOpt(columnIndex: Int): Option[InputStream]
def asciiStreamOpt(columnLabel: String): Option[InputStream]
def bigDecimal(columnIndex: Int): BigDecimal
def bigDecimal(columnLabel: String): BigDecimal
def bigDecimalOpt(columnIndex: Int): Option[BigDecimal]
def bigDecimalOpt(columnLabel: String): Option[BigDecimal]
def bigInt(columnIndex: Int): BigInteger
def bigInt(columnLabel: String): BigInteger
def bigIntOpt(columnIndex: Int): Option[BigInteger]
def bigIntOpt(columnLabel: String): Option[BigInteger]
def binaryStream(columnIndex: Int): InputStream
def binaryStream(columnLabel: String): InputStream
def binaryStreamOpt(columnIndex: Int): Option[InputStream]
def binaryStreamOpt(columnLabel: String): Option[InputStream]
def blob(columnIndex: Int): Blob
def blob(columnLabel: String): Blob
def blobOpt(columnIndex: Int): Option[Blob]
def blobOpt(columnLabel: String): Option[Blob]
def boolean(columnIndex: Int): Boolean
def boolean(columnLabel: String): Boolean
def booleanOpt(columnIndex: Int): Option[Boolean]
def booleanOpt(columnLabel: String): Option[Boolean]
def byte(columnIndex: Int): Byte
def byte(columnLabel: String): Byte
def byteOpt(columnIndex: Int): Option[Byte]
def byteOpt(columnLabel: String): Option[Byte]
def bytes(columnIndex: Int): Array[Byte]
def bytes(columnLabel: String): Array[Byte]
def bytesOpt(columnIndex: Int): Option[Array[Byte]]
def bytesOpt(columnLabel: String): Option[Array[Byte]]
def characterStream(columnIndex: Int): Reader
def characterStream(columnLabel: String): Reader
def characterStreamOpt(columnIndex: Int): Option[Reader]
def characterStreamOpt(columnLabel: String): Option[Reader]
def clob(columnIndex: Int): Clob
def clob(columnLabel: String): Clob
def clobOpt(columnIndex: Int): Option[Clob]
def clobOpt(columnLabel: String): Option[Clob]
def concurrency: Int
def cursorName: String
def date(columnIndex: Int): Date
def date(columnLabel: String): Date
def date(columnIndex: Int, cal: Calendar): Date
def date(columnLabel: String, cal: Calendar): Date
def dateOpt(columnIndex: Int): Option[Date]
def dateOpt(columnLabel: String): Option[Date]
def dateOpt(columnIndex: Int, cal: Calendar): Option[Date]
def dateOpt(columnLabel: String, cal: Calendar): Option[Date]
def dateTime(columnIndex: Int): ZonedDateTime
def dateTime(columnLabel: String): ZonedDateTime
def dateTimeOpt(columnIndex: Int): Option[ZonedDateTime]
def dateTimeOpt(columnLabel: String): Option[ZonedDateTime]
def double(columnIndex: Int): Double
def double(columnLabel: String): Double
def doubleOpt(columnIndex: Int): Option[Double]
def doubleOpt(columnLabel: String): Option[Double]
def ensureCursor(): Unit
def fetchDirection: Int
def fetchSize: Int
def float(columnIndex: Int): Float
def float(columnLabel: String): Float
def floatOpt(columnIndex: Int): Option[Float]
def floatOpt(columnLabel: String): Option[Float]
def get[A](columnIndex: Int)(implicit evidence$1: TypeBinder[A]): A
def get[A](columnLabel: String)(implicit evidence$2: TypeBinder[A]): A
def getOpt[A](columnIndex: Int)(implicit evidence$3: TypeBinder[A]): Option[A]
def getOpt[A](columnLabel: String)(implicit evidence$4: TypeBinder[A]): Option[A]
def holdability: Int
def int(columnIndex: Int): Int
def int(columnLabel: String): Int
def intOpt(columnIndex: Int): Option[Int]
def intOpt(columnLabel: String): Option[Int]
def localDate(columnIndex: Int): LocalDate
def localDate(columnLabel: String): LocalDate
def localDateOpt(columnIndex: Int): Option[LocalDate]
def localDateOpt(columnLabel: String): Option[LocalDate]
def localDateTime(columnIndex: Int): LocalDateTime
def localDateTime(columnLabel: String): LocalDateTime
def localDateTimeOpt(columnIndex: Int): Option[LocalDateTime]
def localDateTimeOpt(columnLabel: String): Option[LocalDateTime]
def localTime(columnIndex: Int): LocalTime
def localTime(columnLabel: String): LocalTime
def localTimeOpt(columnIndex: Int): Option[LocalTime]
def localTimeOpt(columnLabel: String): Option[LocalTime]
def long(columnIndex: Int): Long
def long(columnLabel: String): Long
def longOpt(columnIndex: Int): Option[Long]
def longOpt(columnLabel: String): Option[Long]
def metaData: ResultSetMetaData
def nCharacterStream(columnIndex: Int): Reader
def nCharacterStream(columnLabel: String): Reader
def nCharacterStreamOpt(columnIndex: Int): Option[Reader]
def nCharacterStreamOpt(columnLabel: String): Option[Reader]
def nClob(columnIndex: Int): NClob
def nClob(columnLabel: String): NClob
def nClobOpt(columnIndex: Int): Option[NClob]
def nClobOpt(columnLabel: String): Option[NClob]
def nString(columnIndex: Int): String
def nString(columnLabel: String): String
def nStringOpt(columnIndex: Int): Option[String]
def nStringOpt(columnLabel: String): Option[String]
def nullableBoolean(columnIndex: Int): Boolean
def nullableBoolean(columnLabel: String): Boolean
def nullableByte(columnIndex: Int): Byte
def nullableByte(columnLabel: String): Byte
def nullableDouble(columnIndex: Int): Double
def nullableDouble(columnLabel: String): Double
def nullableFloat(columnIndex: Int): Float
def nullableFloat(columnLabel: String): Float
def nullableInt(columnIndex: Int): Integer
def nullableInt(columnLabel: String): Integer
def nullableLong(columnIndex: Int): Long
def nullableLong(columnLabel: String): Long
def nullableShort(columnIndex: Int): Short
def nullableShort(columnLabel: String): Short
def offsetDateTime(columnIndex: Int): OffsetDateTime
def offsetDateTime(columnLabel: String): OffsetDateTime
def offsetDateTimeOpt(columnIndex: Int): Option[OffsetDateTime]
def offsetDateTimeOpt(columnLabel: String): Option[OffsetDateTime]
def ref(columnIndex: Int): Ref
def ref(columnLabel: String): Ref
def refOpt(columnIndex: Int): Option[Ref]
def refOpt(columnLabel: String): Option[Ref]
def row: Int
def rowId(columnIndex: Int): RowId
def rowId(columnLabel: String): RowId
def short(columnIndex: Int): Short
def short(columnLabel: String): Short
def shortOpt(columnIndex: Int): Option[Short]
def shortOpt(columnLabel: String): Option[Short]
def sqlXml(columnIndex: Int): SQLXML
def sqlXml(columnLabel: String): SQLXML
def sqlXmlOpt(columnIndex: Int): Option[SQLXML]
def sqlXmlOpt(columnLabel: String): Option[SQLXML]
def statement: Statement
def string(columnIndex: Int): String
def string(columnLabel: String): String
def stringOpt(columnIndex: Int): Option[String]
def stringOpt(columnLabel: String): Option[String]
def time(columnIndex: Int): Time
def time(columnLabel: String): Time
def time(columnIndex: Int, cal: Calendar): Time
def time(columnLabel: String, cal: Calendar): Time
def timeOpt(columnIndex: Int): Option[Time]
def timeOpt(columnLabel: String): Option[Time]
def timeOpt(columnIndex: Int, cal: Calendar): Option[Time]
def timeOpt(columnLabel: String, cal: Calendar): Option[Time]
def timestamp(columnIndex: Int): Timestamp
def timestamp(columnLabel: String): Timestamp
def timestamp(columnIndex: Int, cal: Calendar): Timestamp
def timestamp(columnLabel: String, cal: Calendar): Timestamp
def timestampOpt(columnIndex: Int): Option[Timestamp]
def timestampOpt(columnLabel: String): Option[Timestamp]
def timestampOpt(columnIndex: Int, cal: Calendar): Option[Timestamp]
def timestampOpt(columnLabel: String, cal: Calendar): Option[Timestamp]
def toMap(): Map[String, Any]
def toSymbolMap(): Map[Symbol, Any]
def url(columnIndex: Int): URL
def url(columnLabel: String): URL
def urlOpt(columnIndex: Int): Option[URL]
def urlOpt(columnLabel: String): Option[URL]
def warnings: SQLWarning
def zonedDateTime(columnIndex: Int): ZonedDateTime
def zonedDateTime(columnLabel: String): ZonedDateTime
def zonedDateTimeOpt(columnIndex: Int): Option[ZonedDateTime]
def zonedDateTimeOpt(columnLabel: String): Option[ZonedDateTime]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product