Packages

object OperationType extends Enumeration

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperationType
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type OperationType = Value
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

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. val ALTERDATABASE: Value
  5. val ALTERDATABASE_LOCATION: Value
  6. val ALTERTABLE_ADDCOLS: Value
  7. val ALTERTABLE_ADDPARTS: Value
  8. val ALTERTABLE_DROPPARTS: Value
  9. val ALTERTABLE_LOCATION: Value
  10. val ALTERTABLE_PROPERTIES: Value
  11. val ALTERTABLE_RENAME: Value
  12. val ALTERTABLE_RENAMECOL: Value
  13. val ALTERTABLE_RENAMEPART: Value
  14. val ALTERTABLE_REPLACECOLS: Value
  15. val ALTERTABLE_SERDEPROPERTIES: Value
  16. val ALTERVIEW_AS: Value
  17. val ALTERVIEW_RENAME: Value
  18. val ANALYZE_TABLE: Value
  19. val CREATEDATABASE: Value
  20. val CREATEFUNCTION: Value
  21. val CREATETABLE: Value
  22. val CREATETABLE_AS_SELECT: Value
  23. val CREATEVIEW: Value
  24. val DESCDATABASE: Value
  25. val DESCFUNCTION: Value
  26. val DESCTABLE: Value
  27. val DROPDATABASE: Value
  28. val DROPFUNCTION: Value
  29. val DROPTABLE: Value
  30. val DROPVIEW: Value
  31. val EXPLAIN: Value
  32. val LOAD: Value
  33. val MSCK: Value
  34. val QUERY: Value
  35. val RELOADFUNCTION: Value
  36. val SHOWCOLUMNS: Value
  37. val SHOWCONF: Value
  38. val SHOWDATABASES: Value
  39. val SHOWFUNCTIONS: Value
  40. val SHOWPARTITIONS: Value
  41. val SHOWTABLES: Value
  42. val SHOW_CREATETABLE: Value
  43. val SHOW_TBLPROPERTIES: Value
  44. val SWITCHDATABASE: Value
  45. val TRUNCATETABLE: Value
  46. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  47. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  48. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  49. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  50. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  51. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  52. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. final def maxId: Int
    Definition Classes
    Enumeration
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  62. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  68. def values: ValueSet
    Definition Classes
    Enumeration
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  72. final def withName(s: String): Value
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped