Class

org.apache.hive.service.cli

Type

Related Doc: package cli

Permalink

final 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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def clone(): AnyRef

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

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

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

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

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

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

    Permalink
  12. final def getDeclaringClass(): Class[Type]

    Permalink
    Definition Classes
    Enum
  13. def getLiteralPrefix(): String

    Permalink
  14. def getLiteralSuffix(): String

    Permalink
  15. def getLocalizedName(): String

    Permalink
  16. def getMaxPrecision(): Integer

    Permalink
  17. def getMaximumScale(): Short

    Permalink
  18. def getMinimumScale(): Short

    Permalink
  19. def getName(): String

    Permalink
  20. def getNullable(): Short

    Permalink
  21. def getNumPrecRadix(): Integer

    Permalink
  22. def getSearchable(): Short

    Permalink
  23. final def hashCode(): Int

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

    Permalink
  25. def isCaseSensitive(): Boolean

    Permalink
  26. def isCollectionType(): Boolean

    Permalink
  27. def isComplexType(): Boolean

    Permalink
  28. def isFixedPrecScale(): Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isNumericType(): Boolean

    Permalink
  31. def isPrimitiveType(): Boolean

    Permalink
  32. def isQualifiedType(): Boolean

    Permalink
  33. def isUnsignedAttribute(): Boolean

    Permalink
  34. final def name(): String

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

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def ordinal(): Int

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

    Permalink
    Definition Classes
    AnyRef
  40. def toJavaSQLType(): Int

    Permalink
  41. def toString(): String

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

    Permalink
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enum[Type]

Inherited from Serializable

Inherited from Comparable[Type]

Inherited from AnyRef

Inherited from Any

Ungrouped