org.apache.hive.service.cli

Type

class Type extends Enum[Type]

Linear Supertypes
Enum[Type], Serializable, Comparable[Type], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Type
  2. Enum
  3. Serializable
  4. Comparable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    Enum → AnyRef
    Annotations
    @throws( ... )
  8. final def compareTo(arg0: Type): Int

    Definition Classes
    Enum → Comparable
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def equals(arg0: Any): Boolean

    Definition Classes
    Enum → AnyRef → Any
  11. final def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    Enum → AnyRef
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getCreateParams(): String

  14. final def getDeclaringClass(): Class[Type]

    Definition Classes
    Enum
  15. def getLiteralPrefix(): String

  16. def getLiteralSuffix(): String

  17. def getLocalizedName(): String

  18. def getMaxPrecision(): Integer

  19. def getMaximumScale(): Short

  20. def getMinimumScale(): Short

  21. def getName(): String

  22. def getNullable(): Short

  23. def getNumPrecRadix(): Integer

  24. def getSearchable(): Short

  25. final def hashCode(): Int

    Definition Classes
    Enum → AnyRef → Any
  26. def isAutoIncrement(): Boolean

  27. def isCaseSensitive(): Boolean

  28. def isCollectionType(): Boolean

  29. def isComplexType(): Boolean

  30. def isFixedPrecScale(): Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isNumericType(): Boolean

  33. def isPrimitiveType(): Boolean

  34. def isQualifiedType(): Boolean

  35. def isUnsignedAttribute(): Boolean

  36. final def name(): String

    Definition Classes
    Enum
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. final def ordinal(): Int

    Definition Classes
    Enum
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toJavaSQLType(): Int

  43. def toString(): String

    Definition Classes
    Enum → AnyRef → Any
  44. def toTType(): TTypeId

  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum[Type]

Inherited from Serializable

Inherited from Comparable[Type]

Inherited from AnyRef

Inherited from Any

Ungrouped