net.liftweb.mapper

Schemifier

object Schemifier extends Loggable

Given a list of MetaMappers, make sure the database has the right schema

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Schemifier
  2. Loggable
  3. AnyRef
  4. 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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def destroyTables_!!(dbId: ConnectionIdentifier, cnt: Int, logFunc: (⇒ AnyRef) ⇒ Unit, stables: List[BaseMetaMapper]): Unit

  9. def destroyTables_!!(dbId: ConnectionIdentifier, logFunc: (⇒ AnyRef) ⇒ Unit, stables: BaseMetaMapper*): Unit

  10. def destroyTables_!!(logFunc: (⇒ AnyRef) ⇒ Unit, stables: BaseMetaMapper*): Unit

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  15. def getDefaultSchemaName(connection: SuperConnection): String

    Retrieves schema name where the unqualified db objects are searched.

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def infoF(msg: ⇒ AnyRef): Unit

    Convenience function to be passed to schemify.

    Convenience function to be passed to schemify. Will log executed statements at the info level using Schemifier's logger

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val logger: Logger

    Attributes
    protected
    Definition Classes
    Loggable
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def neverF(msg: ⇒ AnyRef): Unit

    Convenience function to be passed to schemify.

    Convenience function to be passed to schemify. Will not log any executed statements

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def schemify(performWrite: Boolean, structureOnly: Boolean, logFunc: (⇒ AnyRef) ⇒ Unit, dbId: ConnectionIdentifier, stables: BaseMetaMapper*): List[String]

    Modify database specified in dbId so it matches the structure specified in the MetaMappers

    Modify database specified in dbId so it matches the structure specified in the MetaMappers

    performWrite

    if false, will not write any changes to the database, only collect them

    structureOnly

    if true, will only check tables and columns, not indexes and constraints. Useful if schema is maintained outside Lift, but still needs structure to be in sync

    logFunc

    A function that will be called for each statement being executed if performWrite == true

    dbId

    The ConnectionIdentifier to be used

    stables

    The MetaMapper instances to check

    returns

    The list of statements needed to bring the database in a consistent state. This list is created even if performWrite=false

  25. def schemify(performWrite: Boolean, structureOnly: Boolean, logFunc: (⇒ AnyRef) ⇒ Unit, stables: BaseMetaMapper*): List[String]

  26. def schemify(performWrite: Boolean, logFunc: (⇒ AnyRef) ⇒ Unit, dbId: ConnectionIdentifier, stables: BaseMetaMapper*): List[String]

  27. def schemify(performWrite: Boolean, logFunc: (⇒ AnyRef) ⇒ Unit, stables: BaseMetaMapper*): List[String]

  28. implicit def superToRegConnection(sc: SuperConnection): Connection

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped