Class

org.beangle.data.jdbc.meta

Sequence

Related Doc: package meta

Permalink

class Sequence extends Ordered[Sequence]

Linear Supertypes
Ordered[Sequence], Comparable[Sequence], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sequence
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Sequence(name: Name, schema: Name)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Sequence): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Sequence): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Sequence): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Sequence): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def attach(dialect: Dialect): Sequence.this.type

    Permalink
  10. var cache: Int

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compare(o: Sequence): Int

    Permalink
    Definition Classes
    Sequence → Ordered
  13. def compareTo(that: Sequence): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  14. def createSql: String

    Permalink
  15. var current: Long

    Permalink
  16. var cycle: Boolean

    Permalink
  17. var dialect: Dialect

    Permalink
  18. def dropSql: String

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(rhs: Any): Boolean

    Permalink

    比较name

    比较name

    Definition Classes
    Sequence → AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    Sequence → AnyRef → Any
  24. var increment: Int

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. var name: Name

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def qualifiedName: String

    Permalink
  31. var schema: Name

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toCase(lower: Boolean): Unit

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    Sequence → AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from Ordered[Sequence]

Inherited from Comparable[Sequence]

Inherited from AnyRef

Inherited from Any

Ungrouped