DelegateResultSet

com.typesafe.slick.testkit.util.DelegateResultSet
class DelegateResultSet(rs: ResultSet) extends ResultSet

An implementation of ResultSet which delegates all calls to another ResultSet. Individual methods can be overridden in subclasses to implement custom behavior. Methods from JDK 7 are declared but they throw a NotImplementedException instead of delegating the call, so that this class can be compiled on both, JDK 6 and JDK 7.

Attributes

Source
DelegateResultSet.scala
Graph
Supertypes
trait ResultSet
trait AutoCloseable
trait Wrapper
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def absolute(row: Int): Boolean

Attributes

Source
DelegateResultSet.scala
def afterLast(): Unit

Attributes

Source
DelegateResultSet.scala
def beforeFirst(): Unit

Attributes

Source
DelegateResultSet.scala
def cancelRowUpdates(): Unit

Attributes

Source
DelegateResultSet.scala
def clearWarnings(): Unit

Attributes

Source
DelegateResultSet.scala
def close(): Unit

Attributes

Source
DelegateResultSet.scala
def deleteRow(): Unit

Attributes

Source
DelegateResultSet.scala
def findColumn(columnLabel: String): Int

Attributes

Source
DelegateResultSet.scala
def first(): Boolean

Attributes

Source
DelegateResultSet.scala
def getArray(columnLabel: String): Array

Attributes

Source
DelegateResultSet.scala
def getArray(columnIndex: Int): Array

Attributes

Source
DelegateResultSet.scala
def getAsciiStream(columnLabel: String): InputStream

Attributes

Source
DelegateResultSet.scala
def getAsciiStream(columnIndex: Int): InputStream

Attributes

Source
DelegateResultSet.scala
def getBigDecimal(columnLabel: String): BigDecimal

Attributes

Source
DelegateResultSet.scala
def getBigDecimal(columnIndex: Int): BigDecimal

Attributes

Source
DelegateResultSet.scala
def getBinaryStream(columnLabel: String): InputStream

Attributes

Source
DelegateResultSet.scala
def getBinaryStream(columnIndex: Int): InputStream

Attributes

Source
DelegateResultSet.scala
def getBlob(columnLabel: String): Blob

Attributes

Source
DelegateResultSet.scala
def getBlob(columnIndex: Int): Blob

Attributes

Source
DelegateResultSet.scala
def getBoolean(columnLabel: String): Boolean

Attributes

Source
DelegateResultSet.scala
def getBoolean(columnIndex: Int): Boolean

Attributes

Source
DelegateResultSet.scala
def getByte(columnLabel: String): Byte

Attributes

Source
DelegateResultSet.scala
def getByte(columnIndex: Int): Byte

Attributes

Source
DelegateResultSet.scala
def getBytes(columnLabel: String): Array[Byte]

Attributes

Source
DelegateResultSet.scala
def getBytes(columnIndex: Int): Array[Byte]

Attributes

Source
DelegateResultSet.scala
def getCharacterStream(columnLabel: String): Reader

Attributes

Source
DelegateResultSet.scala
def getCharacterStream(columnIndex: Int): Reader

Attributes

Source
DelegateResultSet.scala
def getClob(columnLabel: String): Clob

Attributes

Source
DelegateResultSet.scala
def getClob(columnIndex: Int): Clob

Attributes

Source
DelegateResultSet.scala
def getConcurrency: Int

Attributes

Source
DelegateResultSet.scala
def getCursorName: String

Attributes

Source
DelegateResultSet.scala
def getDate(columnLabel: String, cal: Calendar): Date

Attributes

Source
DelegateResultSet.scala
def getDate(columnIndex: Int, cal: Calendar): Date

Attributes

Source
DelegateResultSet.scala
def getDate(columnLabel: String): Date

Attributes

Source
DelegateResultSet.scala
def getDate(columnIndex: Int): Date

Attributes

Source
DelegateResultSet.scala
def getDouble(columnLabel: String): Double

Attributes

Source
DelegateResultSet.scala
def getDouble(columnIndex: Int): Double

Attributes

Source
DelegateResultSet.scala

Attributes

Source
DelegateResultSet.scala
def getFetchSize: Int

Attributes

Source
DelegateResultSet.scala
def getFloat(columnLabel: String): Float

Attributes

Source
DelegateResultSet.scala
def getFloat(columnIndex: Int): Float

Attributes

Source
DelegateResultSet.scala
def getHoldability: Int

Attributes

Source
DelegateResultSet.scala
def getInt(columnLabel: String): Int

Attributes

Source
DelegateResultSet.scala
def getInt(columnIndex: Int): Int

Attributes

Source
DelegateResultSet.scala
def getLong(columnLabel: String): Long

Attributes

Source
DelegateResultSet.scala
def getLong(columnIndex: Int): Long

Attributes

Source
DelegateResultSet.scala
def getMetaData: ResultSetMetaData

Attributes

Source
DelegateResultSet.scala
def getNCharacterStream(columnLabel: String): Reader

Attributes

Source
DelegateResultSet.scala
def getNCharacterStream(columnIndex: Int): Reader

Attributes

Source
DelegateResultSet.scala
def getNClob(columnLabel: String): NClob

Attributes

Source
DelegateResultSet.scala
def getNClob(columnIndex: Int): NClob

Attributes

Source
DelegateResultSet.scala
def getNString(columnLabel: String): String

Attributes

Source
DelegateResultSet.scala
def getNString(columnIndex: Int): String

Attributes

Source
DelegateResultSet.scala
def getObject[T](columnLabel: String, `type`: Class[T]): T

Attributes

Source
DelegateResultSet.scala
def getObject[T](columnIndex: Int, `type`: Class[T]): T

Attributes

Source
DelegateResultSet.scala
def getObject(columnLabel: String, map: Map[String, Class[_]]): AnyRef

Attributes

Source
DelegateResultSet.scala
def getObject(columnIndex: Int, map: Map[String, Class[_]]): AnyRef

Attributes

Source
DelegateResultSet.scala
def getObject(columnLabel: String): AnyRef

Attributes

Source
DelegateResultSet.scala
def getObject(columnIndex: Int): AnyRef

Attributes

Source
DelegateResultSet.scala
def getRef(columnLabel: String): Ref

Attributes

Source
DelegateResultSet.scala
def getRef(columnIndex: Int): Ref

Attributes

Source
DelegateResultSet.scala
def getRow: Int

Attributes

Source
DelegateResultSet.scala
def getRowId(columnLabel: String): RowId

Attributes

Source
DelegateResultSet.scala
def getRowId(columnIndex: Int): RowId

Attributes

Source
DelegateResultSet.scala
def getSQLXML(columnLabel: String): SQLXML

Attributes

Source
DelegateResultSet.scala
def getSQLXML(columnIndex: Int): SQLXML

Attributes

Source
DelegateResultSet.scala
def getShort(columnLabel: String): Short

Attributes

Source
DelegateResultSet.scala
def getShort(columnIndex: Int): Short

Attributes

Source
DelegateResultSet.scala
def getStatement: Statement

Attributes

Source
DelegateResultSet.scala
def getString(columnLabel: String): String

Attributes

Source
DelegateResultSet.scala
def getString(columnIndex: Int): String

Attributes

Source
DelegateResultSet.scala
def getTime(columnLabel: String, cal: Calendar): Time

Attributes

Source
DelegateResultSet.scala
def getTime(columnIndex: Int, cal: Calendar): Time

Attributes

Source
DelegateResultSet.scala
def getTime(columnLabel: String): Time

Attributes

Source
DelegateResultSet.scala
def getTime(columnIndex: Int): Time

Attributes

Source
DelegateResultSet.scala
def getTimestamp(columnLabel: String, cal: Calendar): Timestamp

Attributes

Source
DelegateResultSet.scala
def getTimestamp(columnIndex: Int, cal: Calendar): Timestamp

Attributes

Source
DelegateResultSet.scala
def getTimestamp(columnLabel: String): Timestamp

Attributes

Source
DelegateResultSet.scala
def getTimestamp(columnIndex: Int): Timestamp

Attributes

Source
DelegateResultSet.scala
def getType: Int

Attributes

Source
DelegateResultSet.scala
def getURL(columnLabel: String): URL

Attributes

Source
DelegateResultSet.scala
def getURL(columnIndex: Int): URL

Attributes

Source
DelegateResultSet.scala
def getWarnings: SQLWarning

Attributes

Source
DelegateResultSet.scala
def insertRow(): Unit

Attributes

Source
DelegateResultSet.scala
def isAfterLast: Boolean

Attributes

Source
DelegateResultSet.scala
def isBeforeFirst: Boolean

Attributes

Source
DelegateResultSet.scala
def isClosed: Boolean

Attributes

Source
DelegateResultSet.scala
def isFirst: Boolean

Attributes

Source
DelegateResultSet.scala
def isLast: Boolean

Attributes

Source
DelegateResultSet.scala
def isWrapperFor(iface: Class[_]): Boolean

Attributes

Source
DelegateResultSet.scala
def last(): Boolean

Attributes

Source
DelegateResultSet.scala
def moveToCurrentRow(): Unit

Attributes

Source
DelegateResultSet.scala
def moveToInsertRow(): Unit

Attributes

Source
DelegateResultSet.scala
def next(): Boolean

Attributes

Source
DelegateResultSet.scala
def previous(): Boolean

Attributes

Source
DelegateResultSet.scala
def refreshRow(): Unit

Attributes

Source
DelegateResultSet.scala
def relative(rows: Int): Boolean

Attributes

Source
DelegateResultSet.scala
def rowDeleted(): Boolean

Attributes

Source
DelegateResultSet.scala
def rowInserted(): Boolean

Attributes

Source
DelegateResultSet.scala
def rowUpdated(): Boolean

Attributes

Source
DelegateResultSet.scala
def setFetchDirection(direction: Int): Unit

Attributes

Source
DelegateResultSet.scala
def setFetchSize(rows: Int): Unit

Attributes

Source
DelegateResultSet.scala
def unwrap[T](iface: Class[T]): T

Attributes

Source
DelegateResultSet.scala
def updateArray(columnLabel: String, x: Array): Unit

Attributes

Source
DelegateResultSet.scala
def updateArray(columnIndex: Int, x: Array): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnLabel: String, x: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnIndex: Int, x: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnLabel: String, x: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnIndex: Int, x: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnLabel: String, x: InputStream, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateAsciiStream(columnIndex: Int, x: InputStream, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateBigDecimal(columnLabel: String, x: BigDecimal): Unit

Attributes

Source
DelegateResultSet.scala
def updateBigDecimal(columnIndex: Int, x: BigDecimal): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnLabel: String, x: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnIndex: Int, x: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnLabel: String, x: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnIndex: Int, x: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnLabel: String, x: InputStream, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateBinaryStream(columnIndex: Int, x: InputStream, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnLabel: String, inputStream: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnIndex: Int, inputStream: InputStream): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnLabel: String, inputStream: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnIndex: Int, inputStream: InputStream, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnLabel: String, x: Blob): Unit

Attributes

Source
DelegateResultSet.scala
def updateBlob(columnIndex: Int, x: Blob): Unit

Attributes

Source
DelegateResultSet.scala
def updateBoolean(columnLabel: String, x: Boolean): Unit

Attributes

Source
DelegateResultSet.scala
def updateBoolean(columnIndex: Int, x: Boolean): Unit

Attributes

Source
DelegateResultSet.scala
def updateByte(columnLabel: String, x: Byte): Unit

Attributes

Source
DelegateResultSet.scala
def updateByte(columnIndex: Int, x: Byte): Unit

Attributes

Source
DelegateResultSet.scala
def updateBytes(columnLabel: String, x: Array[Byte]): Unit

Attributes

Source
DelegateResultSet.scala
def updateBytes(columnIndex: Int, x: Array[Byte]): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnLabel: String, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnIndex: Int, x: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnLabel: String, reader: Reader, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateCharacterStream(columnIndex: Int, x: Reader, length: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnLabel: String, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnIndex: Int, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnLabel: String, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnIndex: Int, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnLabel: String, x: Clob): Unit

Attributes

Source
DelegateResultSet.scala
def updateClob(columnIndex: Int, x: Clob): Unit

Attributes

Source
DelegateResultSet.scala
def updateDate(columnLabel: String, x: Date): Unit

Attributes

Source
DelegateResultSet.scala
def updateDate(columnIndex: Int, x: Date): Unit

Attributes

Source
DelegateResultSet.scala
def updateDouble(columnLabel: String, x: Double): Unit

Attributes

Source
DelegateResultSet.scala
def updateDouble(columnIndex: Int, x: Double): Unit

Attributes

Source
DelegateResultSet.scala
def updateFloat(columnLabel: String, x: Float): Unit

Attributes

Source
DelegateResultSet.scala
def updateFloat(columnIndex: Int, x: Float): Unit

Attributes

Source
DelegateResultSet.scala
def updateInt(columnLabel: String, x: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateInt(columnIndex: Int, x: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateLong(columnLabel: String, x: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateLong(columnIndex: Int, x: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateNCharacterStream(columnLabel: String, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateNCharacterStream(columnIndex: Int, x: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateNCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateNCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnLabel: String, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnIndex: Int, reader: Reader): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnLabel: String, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnIndex: Int, reader: Reader, length: Long): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnLabel: String, nClob: NClob): Unit

Attributes

Source
DelegateResultSet.scala
def updateNClob(columnIndex: Int, nClob: NClob): Unit

Attributes

Source
DelegateResultSet.scala
def updateNString(columnLabel: String, nString: String): Unit

Attributes

Source
DelegateResultSet.scala
def updateNString(columnIndex: Int, nString: String): Unit

Attributes

Source
DelegateResultSet.scala
def updateNull(columnLabel: String): Unit

Attributes

Source
DelegateResultSet.scala
def updateNull(columnIndex: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateObject(columnLabel: String, x: Any): Unit

Attributes

Source
DelegateResultSet.scala
def updateObject(columnLabel: String, x: Any, scaleOrLength: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateObject(columnIndex: Int, x: Any): Unit

Attributes

Source
DelegateResultSet.scala
def updateObject(columnIndex: Int, x: Any, scaleOrLength: Int): Unit

Attributes

Source
DelegateResultSet.scala
def updateRef(columnLabel: String, x: Ref): Unit

Attributes

Source
DelegateResultSet.scala
def updateRef(columnIndex: Int, x: Ref): Unit

Attributes

Source
DelegateResultSet.scala
def updateRow(): Unit

Attributes

Source
DelegateResultSet.scala
def updateRowId(columnLabel: String, x: RowId): Unit

Attributes

Source
DelegateResultSet.scala
def updateRowId(columnIndex: Int, x: RowId): Unit

Attributes

Source
DelegateResultSet.scala
def updateSQLXML(columnLabel: String, xmlObject: SQLXML): Unit

Attributes

Source
DelegateResultSet.scala
def updateSQLXML(columnIndex: Int, xmlObject: SQLXML): Unit

Attributes

Source
DelegateResultSet.scala
def updateShort(columnLabel: String, x: Short): Unit

Attributes

Source
DelegateResultSet.scala
def updateShort(columnIndex: Int, x: Short): Unit

Attributes

Source
DelegateResultSet.scala
def updateString(columnLabel: String, x: String): Unit

Attributes

Source
DelegateResultSet.scala
def updateString(columnIndex: Int, x: String): Unit

Attributes

Source
DelegateResultSet.scala
def updateTime(columnLabel: String, x: Time): Unit

Attributes

Source
DelegateResultSet.scala
def updateTime(columnIndex: Int, x: Time): Unit

Attributes

Source
DelegateResultSet.scala
def updateTimestamp(columnLabel: String, x: Timestamp): Unit

Attributes

Source
DelegateResultSet.scala
def updateTimestamp(columnIndex: Int, x: Timestamp): Unit

Attributes

Source
DelegateResultSet.scala
def wasNull(): Boolean

Attributes

Source
DelegateResultSet.scala

Deprecated methods

def getBigDecimal(columnLabel: String, scale: Int): BigDecimal

Attributes

Deprecated
true
Source
DelegateResultSet.scala
def getBigDecimal(columnIndex: Int, scale: Int): BigDecimal

Attributes

Deprecated
true
Source
DelegateResultSet.scala
def getUnicodeStream(columnLabel: String): InputStream

Attributes

Deprecated
true
Source
DelegateResultSet.scala
def getUnicodeStream(columnIndex: Int): InputStream

Attributes

Deprecated
true
Source
DelegateResultSet.scala

Inherited methods

def updateObject(x$0: String, x$1: <FromJavaObject>, x$2: SQLType): Unit

Attributes

Inherited from:
ResultSet
def updateObject(x$0: Int, x$1: <FromJavaObject>, x$2: SQLType): Unit

Attributes

Inherited from:
ResultSet
def updateObject(x$0: String, x$1: <FromJavaObject>, x$2: SQLType, x$3: Int): Unit

Attributes

Inherited from:
ResultSet
def updateObject(x$0: Int, x$1: <FromJavaObject>, x$2: SQLType, x$3: Int): Unit

Attributes

Inherited from:
ResultSet