class TRowSet extends TBase[TRowSet, _Fields] with Serializable with Cloneable with Comparable[TRowSet]
Autogenerated by Thrift Compiler (0.9.3)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TRowSet
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
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 addToColumns(elem: TColumn): Unit
- def addToRows(elem: TRow): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bufferForBinaryColumns(): ByteBuffer
-
def
clear(): Unit
- Definition Classes
- TRowSet → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TRowSet): Int
- Definition Classes
- TRowSet → Comparable
-
def
deepCopy(): TRowSet
- Definition Classes
- TRowSet → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: TRowSet): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- TRowSet → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TRowSet → TBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBinaryColumns(): Array[Byte]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColumnCount(): Int
- def getColumns(): List[TColumn]
- def getColumnsIterator(): Iterator[TColumn]
- def getColumnsSize(): Int
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- TRowSet → TBase
- def getRows(): List[TRow]
- def getRowsIterator(): Iterator[TRow]
- def getRowsSize(): Int
- def getStartRowOffset(): Long
-
def
hashCode(): Int
- Definition Classes
- TRowSet → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSet(field: _Fields): Boolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Definition Classes
- TRowSet → TBase
-
def
isSetBinaryColumns(): Boolean
Returns true if field binaryColumns is set (has been assigned a value) and false otherwise
-
def
isSetColumnCount(): Boolean
Returns true if field columnCount is set (has been assigned a value) and false otherwise
-
def
isSetColumns(): Boolean
Returns true if field columns is set (has been assigned a value) and false otherwise
-
def
isSetRows(): Boolean
Returns true if field rows is set (has been assigned a value) and false otherwise
-
def
isSetStartRowOffset(): Boolean
Returns true if field startRowOffset is set (has been assigned a value) and false otherwise
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
read(iprot: TProtocol): Unit
- Definition Classes
- TRowSet → TSerializable
- def setBinaryColumns(binaryColumns: ByteBuffer): Unit
- def setBinaryColumns(binaryColumns: Array[Byte]): Unit
- def setBinaryColumnsIsSet(value: Boolean): Unit
- def setColumnCount(columnCount: Int): Unit
- def setColumnCountIsSet(value: Boolean): Unit
- def setColumns(columns: List[TColumn]): Unit
- def setColumnsIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- TRowSet → TBase
- def setRows(rows: List[TRow]): Unit
- def setRowsIsSet(value: Boolean): Unit
- def setStartRowOffset(startRowOffset: Long): Unit
- def setStartRowOffsetIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TRowSet → AnyRef → Any
- def unsetBinaryColumns(): Unit
- def unsetColumnCount(): Unit
- def unsetColumns(): Unit
- def unsetRows(): Unit
- def unsetStartRowOffset(): Unit
- def validate(): Unit
-
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
- @throws( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- TRowSet → TSerializable