Trait

stark.migration

SchemaDumperSupport

Related Doc: package migration

Permalink

trait SchemaDumperSupport extends AnyRef

support dump schema

Self Type
Migrator
Since

2015-07-29

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SchemaDumperSupport
  2. AnyRef
  3. 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. val COLUMN_DEF: Int

    Permalink
    Attributes
    protected
  5. val COLUMN_NAME: Int

    Permalink
    Attributes
    protected
  6. val COLUMN_SIZE: Int

    Permalink
    Attributes
    protected
  7. val DATA_TYPE: Int

    Permalink
    Attributes
    protected
  8. val DECIMAL_DIGITS: Int

    Permalink
    Attributes
    protected
  9. val INDEX_INFO_COLUMN_NAME: Int

    Permalink
    Attributes
    protected
  10. val INDEX_INFO_NAME: Int

    Permalink
    Attributes
    protected
  11. val INDEX_INFO_NON_UNIQUE: Int

    Permalink
    Attributes
    protected
  12. val INDEX_INFO_TABLE_NAME: Int

    Permalink
    Attributes
    protected
  13. val IS_NULLABLE: Int

    Permalink
    Attributes
    protected
  14. val PRIMARY_KEYS_COLUMN_NAME: Int

    Permalink
    Attributes
    protected
  15. val TYPE_NAME: Int

    Permalink
    Attributes
    protected
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def dumpDropSequence(sequence: String)(implicit sb: StringBuilder): Unit

    Permalink
  19. def dumpDropTable(table: String)(implicit sb: StringBuilder): Unit

    Permalink
  20. def dumpFooter()(implicit sb: StringBuilder): Unit

    Permalink
  21. def dumpHead()(implicit sb: StringBuilder): Unit

    Permalink
  22. def dumpMiddle()(implicit sb: StringBuilder): Unit

    Permalink
  23. def dumpSequence(sequence: String)(implicit sb: StringBuilder): Unit

    Permalink
  24. def dumpTable(table: String)(implicit sb: StringBuilder): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. def intFromResultSet(resultSet: ResultSet, column: Int): Int

    Permalink
    Attributes
    protected
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def sequences(): Seq[String]

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

    Permalink
    Definition Classes
    AnyRef
  37. def tables(): Seq[String]

    Permalink

    得到所有的表名

    得到所有的表名

    returns

    表的集合

  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. def typeFromResultSet(resultSet: ResultSet): SqlType

    Permalink
    Attributes
    protected
  40. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped