class Row extends ResultSet
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Row
- ResultSet
- AutoCloseable
- Wrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
absolute(row: Int): Boolean
- Definition Classes
- Row → ResultSet
-
def
afterLast(): Unit
- Definition Classes
- Row → ResultSet
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
beforeFirst(): Unit
- Definition Classes
- Row → ResultSet
-
def
cancelRowUpdates(): Unit
- Definition Classes
- Row → ResultSet
-
def
cell(key: String): Cell[_]
- Annotations
- @inline()
-
def
cell(index: Int): Cell[_]
- Annotations
- @inline()
- val cells: Seq[Cell[_]]
-
def
clearWarnings(): Unit
- Definition Classes
- Row → ResultSet
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- Row → ResultSet → AutoCloseable
-
def
deleteRow(): Unit
- Definition Classes
- Row → ResultSet
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findColumn(columnLabel: String): Int
- Definition Classes
- Row → ResultSet
-
def
first(): Boolean
- Definition Classes
- Row → ResultSet
- def get[T](key: String)(implicit arg0: JdbcValueAccessor[T]): T
- def get[T](index: Int)(implicit arg0: JdbcValueAccessor[T]): T
-
def
getArray(columnLabel: String): Array
- Definition Classes
- Row → ResultSet
-
def
getArray(columnIndex: Int): Array
- Definition Classes
- Row → ResultSet
-
def
getAsciiStream(key: String): InputStream
- Definition Classes
- Row → ResultSet
-
def
getAsciiStream(index: Int): InputStream
- Definition Classes
- Row → ResultSet
-
def
getBigDecimal(columnLabel: String, scale: Int): BigDecimal
- Definition Classes
- Row → ResultSet
-
def
getBigDecimal(columnIndex: Int, scale: Int): BigDecimal
- Definition Classes
- Row → ResultSet
-
def
getBigDecimal(key: String): BigDecimal
- Definition Classes
- Row → ResultSet
-
def
getBigDecimal(index: Int): BigDecimal
- Definition Classes
- Row → ResultSet
-
def
getBinaryStream(key: String): InputStream
- Definition Classes
- Row → ResultSet
-
def
getBinaryStream(index: Int): InputStream
- Definition Classes
- Row → ResultSet
-
def
getBlob(columnLabel: String): Blob
- Definition Classes
- Row → ResultSet
-
def
getBlob(columnIndex: Int): Blob
- Definition Classes
- Row → ResultSet
-
def
getBoolean(key: String): Boolean
- Definition Classes
- Row → ResultSet
-
def
getBoolean(index: Int): Boolean
- Definition Classes
- Row → ResultSet
-
def
getByte(key: String): Byte
- Definition Classes
- Row → ResultSet
-
def
getByte(index: Int): Byte
- Definition Classes
- Row → ResultSet
-
def
getBytes(key: String): Array[Byte]
- Definition Classes
- Row → ResultSet
-
def
getBytes(index: Int): Array[Byte]
- Definition Classes
- Row → ResultSet
-
def
getCharacterStream(columnLabel: String): Reader
- Definition Classes
- Row → ResultSet
-
def
getCharacterStream(columnIndex: Int): Reader
- Definition Classes
- Row → ResultSet
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getClob(columnLabel: String): Clob
- Definition Classes
- Row → ResultSet
-
def
getClob(columnIndex: Int): Clob
- Definition Classes
- Row → ResultSet
-
def
getConcurrency(): Int
- Definition Classes
- Row → ResultSet
-
def
getCursorName(): String
- Definition Classes
- Row → ResultSet
-
def
getDate(columnLabel: String, cal: Calendar): Date
- Definition Classes
- Row → ResultSet
-
def
getDate(columnIndex: Int, cal: Calendar): Date
- Definition Classes
- Row → ResultSet
-
def
getDate(key: String): Date
- Definition Classes
- Row → ResultSet
-
def
getDate(index: Int): Date
- Definition Classes
- Row → ResultSet
-
def
getDouble(key: String): Double
- Definition Classes
- Row → ResultSet
-
def
getDouble(index: Int): Double
- Definition Classes
- Row → ResultSet
-
def
getFetchDirection(): Int
- Definition Classes
- Row → ResultSet
-
def
getFetchSize(): Int
- Definition Classes
- Row → ResultSet
-
def
getFloat(key: String): Float
- Definition Classes
- Row → ResultSet
-
def
getFloat(index: Int): Float
- Definition Classes
- Row → ResultSet
-
def
getHoldability(): Int
- Definition Classes
- Row → ResultSet
-
def
getInt(key: String): Int
- Definition Classes
- Row → ResultSet
-
def
getInt(index: Int): Int
- Definition Classes
- Row → ResultSet
-
def
getLong(key: String): Long
- Definition Classes
- Row → ResultSet
-
def
getLong(index: Int): Long
- Definition Classes
- Row → ResultSet
-
def
getMetaData(): ResultSetMetaData
- Definition Classes
- Row → ResultSet
-
def
getNCharacterStream(columnLabel: String): Reader
- Definition Classes
- Row → ResultSet
-
def
getNCharacterStream(columnIndex: Int): Reader
- Definition Classes
- Row → ResultSet
-
def
getNClob(columnLabel: String): NClob
- Definition Classes
- Row → ResultSet
-
def
getNClob(columnIndex: Int): NClob
- Definition Classes
- Row → ResultSet
-
def
getNString(columnLabel: String): String
- Definition Classes
- Row → ResultSet
-
def
getNString(columnIndex: Int): String
- Definition Classes
- Row → ResultSet
-
def
getObject[T](columnLabel: String, type: Class[T]): T
- Definition Classes
- Row → ResultSet
-
def
getObject[T](columnIndex: Int, type: Class[T]): T
- Definition Classes
- Row → ResultSet
-
def
getObject(columnLabel: String, map: Map[String, Class[_]]): AnyRef
- Definition Classes
- Row → ResultSet
-
def
getObject(columnIndex: Int, map: Map[String, Class[_]]): AnyRef
- Definition Classes
- Row → ResultSet
-
def
getObject(key: String): AnyRef
- Definition Classes
- Row → ResultSet
-
def
getObject(index: Int): AnyRef
- Definition Classes
- Row → ResultSet
-
def
getRef(columnLabel: String): Ref
- Definition Classes
- Row → ResultSet
-
def
getRef(columnIndex: Int): Ref
- Definition Classes
- Row → ResultSet
-
def
getRow(): Int
- Definition Classes
- Row → ResultSet
-
def
getRowId(columnLabel: String): RowId
- Definition Classes
- Row → ResultSet
-
def
getRowId(columnIndex: Int): RowId
- Definition Classes
- Row → ResultSet
-
def
getSQLXML(columnLabel: String): SQLXML
- Definition Classes
- Row → ResultSet
-
def
getSQLXML(columnIndex: Int): SQLXML
- Definition Classes
- Row → ResultSet
- def getScalaBigDecimal(key: String): BigDecimal
- def getScalaBigDecimal(index: Int): BigDecimal
-
def
getShort(key: String): Short
- Definition Classes
- Row → ResultSet
-
def
getShort(index: Int): Short
- Definition Classes
- Row → ResultSet
-
def
getStatement(): Statement
- Definition Classes
- Row → ResultSet
-
def
getString(key: String): String
- Definition Classes
- Row → ResultSet
-
def
getString(index: Int): String
- Definition Classes
- Row → ResultSet
-
def
getTime(columnLabel: String, cal: Calendar): Time
- Definition Classes
- Row → ResultSet
-
def
getTime(columnIndex: Int, cal: Calendar): Time
- Definition Classes
- Row → ResultSet
-
def
getTime(key: String): Time
- Definition Classes
- Row → ResultSet
-
def
getTime(index: Int): Time
- Definition Classes
- Row → ResultSet
-
def
getTimestamp(columnLabel: String, cal: Calendar): Timestamp
- Definition Classes
- Row → ResultSet
-
def
getTimestamp(columnIndex: Int, cal: Calendar): Timestamp
- Definition Classes
- Row → ResultSet
-
def
getTimestamp(key: String): Timestamp
- Definition Classes
- Row → ResultSet
-
def
getTimestamp(index: Int): Timestamp
- Definition Classes
- Row → ResultSet
-
def
getType(): Int
- Definition Classes
- Row → ResultSet
-
def
getURL(columnLabel: String): URL
- Definition Classes
- Row → ResultSet
-
def
getURL(columnIndex: Int): URL
- Definition Classes
- Row → ResultSet
-
def
getUnicodeStream(columnLabel: String): InputStream
- Definition Classes
- Row → ResultSet
-
def
getUnicodeStream(columnIndex: Int): InputStream
- Definition Classes
- Row → ResultSet
-
def
getWarnings(): SQLWarning
- Definition Classes
- Row → ResultSet
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
insertRow(): Unit
- Definition Classes
- Row → ResultSet
-
def
isAfterLast(): Boolean
- Definition Classes
- Row → ResultSet
-
def
isBeforeFirst(): Boolean
- Definition Classes
- Row → ResultSet
-
def
isClosed(): Boolean
- Definition Classes
- Row → ResultSet
-
def
isFirst(): Boolean
- Definition Classes
- Row → ResultSet
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLast(): Boolean
- Definition Classes
- Row → ResultSet
-
def
isWrapperFor(iface: Class[_]): Boolean
- Definition Classes
- Row → Wrapper
-
def
last(): Boolean
- Definition Classes
- Row → ResultSet
-
def
moveToCurrentRow(): Unit
- Definition Classes
- Row → ResultSet
-
def
moveToInsertRow(): Unit
- Definition Classes
- Row → ResultSet
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
next(): Boolean
- Definition Classes
- Row → ResultSet
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
previous(): Boolean
- Definition Classes
- Row → ResultSet
-
def
refreshRow(): Unit
- Definition Classes
- Row → ResultSet
-
def
relative(rows: Int): Boolean
- Definition Classes
- Row → ResultSet
-
def
rowDeleted(): Boolean
- Definition Classes
- Row → ResultSet
-
def
rowInserted(): Boolean
- Definition Classes
- Row → ResultSet
-
def
rowUpdated(): Boolean
- Definition Classes
- Row → ResultSet
-
def
setFetchDirection(direction: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
setFetchSize(rows: Int): Unit
- Definition Classes
- Row → ResultSet
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Row → AnyRef → Any
-
def
unwrap[T](iface: Class[T]): T
- Definition Classes
- Row → Wrapper
-
def
updateArray(columnLabel: String, x: Array): Unit
- Definition Classes
- Row → ResultSet
-
def
updateArray(columnIndex: Int, x: Array): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnLabel: String, x: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnIndex: Int, x: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnLabel: String, x: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnIndex: Int, x: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnLabel: String, x: InputStream, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateAsciiStream(columnIndex: Int, x: InputStream, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBigDecimal(columnLabel: String, x: BigDecimal): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBigDecimal(columnIndex: Int, x: BigDecimal): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnLabel: String, x: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnIndex: Int, x: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnLabel: String, x: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnIndex: Int, x: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnLabel: String, x: InputStream, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBinaryStream(columnIndex: Int, x: InputStream, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnLabel: String, inputStream: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnIndex: Int, inputStream: InputStream): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnLabel: String, inputStream: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnIndex: Int, inputStream: InputStream, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnLabel: String, x: Blob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBlob(columnIndex: Int, x: Blob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBoolean(columnLabel: String, x: Boolean): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBoolean(columnIndex: Int, x: Boolean): Unit
- Definition Classes
- Row → ResultSet
-
def
updateByte(columnLabel: String, x: Byte): Unit
- Definition Classes
- Row → ResultSet
-
def
updateByte(columnIndex: Int, x: Byte): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBytes(columnLabel: String, x: Array[Byte]): Unit
- Definition Classes
- Row → ResultSet
-
def
updateBytes(columnIndex: Int, x: Array[Byte]): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnLabel: String, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnIndex: Int, x: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnLabel: String, reader: Reader, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateCharacterStream(columnIndex: Int, x: Reader, length: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnLabel: String, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnIndex: Int, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnLabel: String, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnIndex: Int, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnLabel: String, x: Clob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateClob(columnIndex: Int, x: Clob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateDate(columnLabel: String, x: Date): Unit
- Definition Classes
- Row → ResultSet
-
def
updateDate(columnIndex: Int, x: Date): Unit
- Definition Classes
- Row → ResultSet
-
def
updateDouble(columnLabel: String, x: Double): Unit
- Definition Classes
- Row → ResultSet
-
def
updateDouble(columnIndex: Int, x: Double): Unit
- Definition Classes
- Row → ResultSet
-
def
updateFloat(columnLabel: String, x: Float): Unit
- Definition Classes
- Row → ResultSet
-
def
updateFloat(columnIndex: Int, x: Float): Unit
- Definition Classes
- Row → ResultSet
-
def
updateInt(columnLabel: String, x: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateInt(columnIndex: Int, x: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateLong(columnLabel: String, x: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateLong(columnIndex: Int, x: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNCharacterStream(columnLabel: String, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNCharacterStream(columnIndex: Int, x: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNCharacterStream(columnLabel: String, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNCharacterStream(columnIndex: Int, x: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnLabel: String, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnIndex: Int, reader: Reader): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnLabel: String, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnIndex: Int, reader: Reader, length: Long): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnLabel: String, nClob: NClob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNClob(columnIndex: Int, nClob: NClob): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNString(columnLabel: String, nString: String): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNString(columnIndex: Int, nString: String): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNull(columnLabel: String): Unit
- Definition Classes
- Row → ResultSet
-
def
updateNull(columnIndex: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateObject(columnLabel: String, x: Any): Unit
- Definition Classes
- Row → ResultSet
-
def
updateObject(columnLabel: String, x: Any, scaleOrLength: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateObject(columnIndex: Int, x: Any): Unit
- Definition Classes
- Row → ResultSet
-
def
updateObject(columnIndex: Int, x: Any, scaleOrLength: Int): Unit
- Definition Classes
- Row → ResultSet
-
def
updateObject(arg0: String, arg1: Any, arg2: SQLType): Unit
- Definition Classes
- ResultSet
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
updateObject(arg0: Int, arg1: Any, arg2: SQLType): Unit
- Definition Classes
- ResultSet
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
updateObject(arg0: String, arg1: Any, arg2: SQLType, arg3: Int): Unit
- Definition Classes
- ResultSet
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
updateObject(arg0: Int, arg1: Any, arg2: SQLType, arg3: Int): Unit
- Definition Classes
- ResultSet
- Annotations
- @throws( classOf[java.sql.SQLException] )
-
def
updateRef(columnLabel: String, x: Ref): Unit
- Definition Classes
- Row → ResultSet
-
def
updateRef(columnIndex: Int, x: Ref): Unit
- Definition Classes
- Row → ResultSet
-
def
updateRow(): Unit
- Definition Classes
- Row → ResultSet
-
def
updateRowId(columnLabel: String, x: RowId): Unit
- Definition Classes
- Row → ResultSet
-
def
updateRowId(columnIndex: Int, x: RowId): Unit
- Definition Classes
- Row → ResultSet
-
def
updateSQLXML(columnLabel: String, xmlObject: SQLXML): Unit
- Definition Classes
- Row → ResultSet
-
def
updateSQLXML(columnIndex: Int, xmlObject: SQLXML): Unit
- Definition Classes
- Row → ResultSet
-
def
updateShort(columnLabel: String, x: Short): Unit
- Definition Classes
- Row → ResultSet
-
def
updateShort(columnIndex: Int, x: Short): Unit
- Definition Classes
- Row → ResultSet
-
def
updateString(columnLabel: String, x: String): Unit
- Definition Classes
- Row → ResultSet
-
def
updateString(columnIndex: Int, x: String): Unit
- Definition Classes
- Row → ResultSet
-
def
updateTime(columnLabel: String, x: Time): Unit
- Definition Classes
- Row → ResultSet
-
def
updateTime(columnIndex: Int, x: Time): Unit
- Definition Classes
- Row → ResultSet
-
def
updateTimestamp(columnLabel: String, x: Timestamp): Unit
- Definition Classes
- Row → ResultSet
-
def
updateTimestamp(columnIndex: Int, x: Timestamp): Unit
- Definition Classes
- Row → ResultSet
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
wasNull(): Boolean
- Definition Classes
- Row → ResultSet