Instance Constructors
-
new
DelegateResultSet(rs: ResultSet)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
def
absolute(row: Int): Boolean
-
def
afterLast(): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
beforeFirst(): Unit
-
def
cancelRowUpdates(): Unit
-
def
clearWarnings(): Unit
-
def
clone(): AnyRef
-
def
close(): Unit
-
def
deleteRow(): Unit
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DelegateResultSet
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
findColumn(columnLabel: String): Int
-
def
first(): Boolean
-
def
formatted(fmtstr: String): String
-
def
getArray(columnIndex: Int): Array
-
def
getArray(columnLabel: String): Array
-
def
getAsciiStream(columnIndex: Int): InputStream
-
def
getAsciiStream(columnLabel: String): InputStream
-
def
getBigDecimal(columnIndex: Int): BigDecimal
-
def
getBigDecimal(columnLabel: String): BigDecimal
-
def
getBinaryStream(columnIndex: Int): InputStream
-
def
getBinaryStream(columnLabel: String): InputStream
-
def
getBlob(columnIndex: Int): Blob
-
def
getBlob(columnLabel: String): Blob
-
def
getBoolean(columnIndex: Int): Boolean
-
def
getBoolean(columnLabel: String): Boolean
-
def
getByte(columnIndex: Int): Byte
-
def
getByte(columnLabel: String): Byte
-
def
getBytes(columnIndex: Int): Array[Byte]
-
def
getBytes(columnLabel: String): Array[Byte]
-
def
getCharacterStream(columnIndex: Int): Reader
-
def
getCharacterStream(columnLabel: String): Reader
-
final
def
getClass(): Class[_]
-
def
getClob(columnIndex: Int): Clob
-
def
getClob(columnLabel: String): Clob
-
def
getConcurrency(): Int
-
def
getCursorName(): String
-
def
getDate(columnIndex: Int): Date
-
def
getDate(columnLabel: String): Date
-
def
getDate(columnIndex: Int, cal: Calendar): Date
-
def
getDate(columnLabel: String, cal: Calendar): Date
-
def
getDouble(columnIndex: Int): Double
-
def
getDouble(columnLabel: String): Double
-
def
getFetchDirection(): Int
-
def
getFetchSize(): Int
-
def
getFloat(columnIndex: Int): Float
-
def
getFloat(columnLabel: String): Float
-
def
getHoldability(): Int
-
def
getInt(columnIndex: Int): Int
-
def
getInt(columnLabel: String): Int
-
def
getLong(columnIndex: Int): Long
-
def
getLong(columnLabel: String): Long
-
def
getMetaData(): ResultSetMetaData
-
def
getNCharacterStream(columnIndex: Int): Reader
-
def
getNCharacterStream(columnLabel: String): Reader
-
def
getNClob(columnIndex: Int): NClob
-
def
getNClob(columnLabel: String): NClob
-
def
getNString(columnIndex: Int): String
-
def
getNString(columnLabel: String): String
-
def
getObject(columnIndex: Int): AnyRef
-
def
getObject(columnLabel: String): AnyRef
-
def
getObject(columnIndex: Int, map: Map[String, Class[_]]): AnyRef
-
def
getObject(columnLabel: String, map: Map[String, Class[_]]): AnyRef
-
def
getObject[T](columnIndex: Int, type: Class[T]): T
-
def
getObject[T](columnLabel: String, type: Class[T]): T
-
def
getRef(columnIndex: Int): Ref
-
def
getRef(columnLabel: String): Ref
-
def
getRow(): Int
-
def
getRowId(columnIndex: Int): RowId
-
def
getRowId(columnLabel: String): RowId
-
def
getSQLXML(columnIndex: Int): SQLXML
-
def
getSQLXML(columnLabel: String): SQLXML
-
def
getShort(columnIndex: Int): Short
-
def
getShort(columnLabel: String): Short
-
def
getStatement(): Statement
-
def
getString(columnIndex: Int): String
-
def
getString(columnLabel: String): String
-
def
getTime(columnIndex: Int): Time
-
def
getTime(columnLabel: String): Time
-
def
getTime(columnIndex: Int, cal: Calendar): Time
-
def
getTime(columnLabel: String, cal: Calendar): Time
-
def
getTimestamp(columnIndex: Int): Timestamp
-
def
getTimestamp(columnLabel: String): Timestamp
-
def
getTimestamp(columnIndex: Int, cal: Calendar): Timestamp
-
def
getTimestamp(columnLabel: String, cal: Calendar): Timestamp
-
def
getType(): Int
-
def
getURL(columnIndex: Int): URL
-
def
getURL(columnLabel: String): URL
-
def
getWarnings(): SQLWarning
-
def
hashCode(): Int
-
def
insertRow(): Unit
-
def
isAfterLast(): Boolean
-
def
isBeforeFirst(): Boolean
-
def
isClosed(): Boolean
-
def
isFirst(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLast(): Boolean
-
def
isWrapperFor(iface: Class[_]): Boolean
-
def
last(): Boolean
-
def
moveToCurrentRow(): Unit
-
def
moveToInsertRow(): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
def
next(): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
previous(): Boolean
-
def
refreshRow(): Unit
-
def
relative(rows: Int): Boolean
-
def
rowDeleted(): Boolean
-
def
rowInserted(): Boolean
-
def
rowUpdated(): Boolean
-
def
setFetchDirection(direction: Int): Unit
-
def
setFetchSize(rows: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unwrap[T](iface: Class[T]): T
-
def
updateArray(columnIndex: Int, x: Array): Unit
-
def
updateArray(columnLabel: String, x: Array): Unit
-
def
updateAsciiStream(columnIndex: Int, x: InputStream, length: Int): Unit
-
def
updateAsciiStream(columnLabel: String, x: InputStream, length: Int): Unit
-
def
updateAsciiStream(columnIndex: Int, x: InputStream, length: Long): Unit
-
def
updateAsciiStream(columnLabel: String, x: InputStream, length: Long): Unit
-
def
updateAsciiStream(columnIndex: Int, x: InputStream): Unit
-
def
updateAsciiStream(columnLabel: String, x: InputStream): Unit
-
def
updateBigDecimal(columnIndex: Int, x: BigDecimal): Unit
-
def
updateBigDecimal(columnLabel: String, x: BigDecimal): Unit
-
def
updateBinaryStream(columnIndex: Int, x: InputStream, length: Int): Unit
-
def
updateBinaryStream(columnLabel: String, x: InputStream, length: Int): Unit
-
def
updateBinaryStream(columnIndex: Int, x: InputStream, length: Long): Unit
-
def
updateBinaryStream(columnLabel: String, x: InputStream, length: Long): Unit
-
def
updateBinaryStream(columnIndex: Int, x: InputStream): Unit
-
def
updateBinaryStream(columnLabel: String, x: InputStream): Unit
-
def
updateBlob(columnIndex: Int, x: Blob): Unit
-
def
updateBlob(columnLabel: String, x: Blob): Unit
-
def
updateBlob(columnIndex: Int, inputStream: InputStream, length: Long): Unit
-
def
updateBlob(columnLabel: String, inputStream: InputStream, length: Long): Unit
-
def
updateBlob(columnIndex: Int, inputStream: InputStream): Unit
-
def
updateBlob(columnLabel: String, inputStream: InputStream): Unit
-
def
updateBoolean(columnIndex: Int, x: Boolean): Unit
-
def
updateBoolean(columnLabel: String, x: Boolean): Unit
-
def
updateByte(columnIndex: Int, x: Byte): Unit
-
def
updateByte(columnLabel: String, x: Byte): Unit
-
def
updateBytes(columnIndex: Int, x: Array[Byte]): Unit
-
def
updateBytes(columnLabel: String, x: Array[Byte]): Unit
-
def
updateCharacterStream(columnIndex: Int, x: Reader, length: Int): Unit
-
def
updateCharacterStream(columnLabel: String, reader: Reader, length: Int): Unit
-
def
updateCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit
-
def
updateCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit
-
def
updateCharacterStream(columnIndex: Int, x: Reader): Unit
-
def
updateCharacterStream(columnLabel: String, reader: Reader): Unit
-
def
updateClob(columnIndex: Int, x: Clob): Unit
-
def
updateClob(columnLabel: String, x: Clob): Unit
-
def
updateClob(columnIndex: Int, reader: Reader, length: Long): Unit
-
def
updateClob(columnLabel: String, reader: Reader, length: Long): Unit
-
def
updateClob(columnIndex: Int, reader: Reader): Unit
-
def
updateClob(columnLabel: String, reader: Reader): Unit
-
def
updateDate(columnIndex: Int, x: Date): Unit
-
def
updateDate(columnLabel: String, x: Date): Unit
-
def
updateDouble(columnIndex: Int, x: Double): Unit
-
def
updateDouble(columnLabel: String, x: Double): Unit
-
def
updateFloat(columnIndex: Int, x: Float): Unit
-
def
updateFloat(columnLabel: String, x: Float): Unit
-
def
updateInt(columnIndex: Int, x: Int): Unit
-
def
updateInt(columnLabel: String, x: Int): Unit
-
def
updateLong(columnIndex: Int, x: Long): Unit
-
def
updateLong(columnLabel: String, x: Long): Unit
-
def
updateNCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit
-
def
updateNCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit
-
def
updateNCharacterStream(columnIndex: Int, x: Reader): Unit
-
def
updateNCharacterStream(columnLabel: String, reader: Reader): Unit
-
def
updateNClob(columnIndex: Int, nClob: NClob): Unit
-
def
updateNClob(columnLabel: String, nClob: NClob): Unit
-
def
updateNClob(columnIndex: Int, reader: Reader, length: Long): Unit
-
def
updateNClob(columnLabel: String, reader: Reader, length: Long): Unit
-
def
updateNClob(columnIndex: Int, reader: Reader): Unit
-
def
updateNClob(columnLabel: String, reader: Reader): Unit
-
def
updateNString(columnIndex: Int, nString: String): Unit
-
def
updateNString(columnLabel: String, nString: String): Unit
-
def
updateNull(columnIndex: Int): Unit
-
def
updateNull(columnLabel: String): Unit
-
def
updateObject(columnIndex: Int, x: Any, scaleOrLength: Int): Unit
-
def
updateObject(columnIndex: Int, x: Any): Unit
-
def
updateObject(columnLabel: String, x: Any, scaleOrLength: Int): Unit
-
def
updateObject(columnLabel: String, x: Any): Unit
-
def
updateObject(arg0: String, arg1: Any, arg2: SQLType): Unit
-
def
updateObject(arg0: Int, arg1: Any, arg2: SQLType): Unit
-
def
updateObject(arg0: String, arg1: Any, arg2: SQLType, arg3: Int): Unit
-
def
updateObject(arg0: Int, arg1: Any, arg2: SQLType, arg3: Int): Unit
-
def
updateRef(columnIndex: Int, x: Ref): Unit
-
def
updateRef(columnLabel: String, x: Ref): Unit
-
def
updateRow(): Unit
-
def
updateRowId(columnIndex: Int, x: RowId): Unit
-
def
updateRowId(columnLabel: String, x: RowId): Unit
-
def
updateSQLXML(columnIndex: Int, xmlObject: SQLXML): Unit
-
def
updateSQLXML(columnLabel: String, xmlObject: SQLXML): Unit
-
def
updateShort(columnIndex: Int, x: Short): Unit
-
def
updateShort(columnLabel: String, x: Short): Unit
-
def
updateString(columnIndex: Int, x: String): Unit
-
def
updateString(columnLabel: String, x: String): Unit
-
def
updateTime(columnIndex: Int, x: Time): Unit
-
def
updateTime(columnLabel: String, x: Time): Unit
-
def
updateTimestamp(columnIndex: Int, x: Timestamp): Unit
-
def
updateTimestamp(columnLabel: String, x: Timestamp): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wasNull(): Boolean
-
Deprecated Value Members
-
def
getBigDecimal(columnIndex: Int, scale: Int): BigDecimal
-
def
getBigDecimal(columnLabel: String, scale: Int): BigDecimal
-
def
getUnicodeStream(columnIndex: Int): InputStream
-
def
getUnicodeStream(columnLabel: String): InputStream
Inherited from ResultSet
Inherited from AutoCloseable
Inherited from Wrapper
Inherited from Any
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.