Packages

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
Cloneable, TBase[TRowSet, _Fields], Serializable, TSerializable, Comparable[TRowSet], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TRowSet
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TRowSet(other: TRowSet)

    Performs a deep copy on other.

  2. new TRowSet(startRowOffset: Long, rows: List[TRow])
  3. new TRowSet()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addToColumns(elem: TColumn): Unit
  5. def addToRows(elem: TRow): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bufferForBinaryColumns(): ByteBuffer
  8. def clear(): Unit
    Definition Classes
    TRowSet → TBase
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def compareTo(other: TRowSet): Int
    Definition Classes
    TRowSet → Comparable
  11. def deepCopy(): TRowSet
    Definition Classes
    TRowSet → TBase
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(that: TRowSet): Boolean
  14. def equals(that: Any): Boolean
    Definition Classes
    TRowSet → AnyRef → Any
  15. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TRowSet → TBase
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def getBinaryColumns(): Array[Byte]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getColumnCount(): Int
  20. def getColumns(): List[TColumn]
  21. def getColumnsIterator(): Iterator[TColumn]
  22. def getColumnsSize(): Int
  23. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TRowSet → TBase
  24. def getRows(): List[TRow]
  25. def getRowsIterator(): Iterator[TRow]
  26. def getRowsSize(): Int
  27. def getStartRowOffset(): Long
  28. def hashCode(): Int
    Definition Classes
    TRowSet → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. 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
  31. def isSetBinaryColumns(): Boolean

    Returns true if field binaryColumns is set (has been assigned a value) and false otherwise

  32. def isSetColumnCount(): Boolean

    Returns true if field columnCount is set (has been assigned a value) and false otherwise

  33. def isSetColumns(): Boolean

    Returns true if field columns is set (has been assigned a value) and false otherwise

  34. def isSetRows(): Boolean

    Returns true if field rows is set (has been assigned a value) and false otherwise

  35. def isSetStartRowOffset(): Boolean

    Returns true if field startRowOffset is set (has been assigned a value) and false otherwise

  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def read(iprot: TProtocol): Unit
    Definition Classes
    TRowSet → TSerializable
  40. def setBinaryColumns(binaryColumns: ByteBuffer): Unit
  41. def setBinaryColumns(binaryColumns: Array[Byte]): Unit
  42. def setBinaryColumnsIsSet(value: Boolean): Unit
  43. def setColumnCount(columnCount: Int): Unit
  44. def setColumnCountIsSet(value: Boolean): Unit
  45. def setColumns(columns: List[TColumn]): Unit
  46. def setColumnsIsSet(value: Boolean): Unit
  47. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TRowSet → TBase
  48. def setRows(rows: List[TRow]): Unit
  49. def setRowsIsSet(value: Boolean): Unit
  50. def setStartRowOffset(startRowOffset: Long): Unit
  51. def setStartRowOffsetIsSet(value: Boolean): Unit
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    TRowSet → AnyRef → Any
  54. def unsetBinaryColumns(): Unit
  55. def unsetColumnCount(): Unit
  56. def unsetColumns(): Unit
  57. def unsetRows(): Unit
  58. def unsetStartRowOffset(): Unit
  59. def validate(): Unit
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  63. def write(oprot: TProtocol): Unit
    Definition Classes
    TRowSet → TSerializable

Inherited from Cloneable

Inherited from TBase[TRowSet, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TRowSet]

Inherited from AnyRef

Inherited from Any

Ungrouped