net.liftweb.mapper.Schemifier

object Schemifier

object Schemifier

 extends Loggable


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


Source: Schemifier.scala(35)

Nested Classes

Collector,

 Constructors

def this

 Fields

logger.. protected val logger Logger Loggable

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
destroyTables_!!.. def destroyTables_!!(dbId : ConnectionIdentifier, cnt : Int, logFunc : (=> Object) => Unit, stables : List[BaseMetaMapper]) Unit
destroyTables_!!.. def destroyTables_!!(logFunc : (=> Object) => Unit, stables : BaseMetaMapper*) Unit
destroyTables_!!.. def destroyTables_!!(dbId : ConnectionIdentifier, logFunc : (=> Object) => Unit, stables : BaseMetaMapper*) Unit
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
getDefaultSchemaName.. def getDefaultSchemaName(connection : SuperConnection)
Retrieves schema name where the unqualified db objects are searched
String
hashCode.. def hashCode Int AnyRef
infoF.. def infoF(msg : => Object)
Convenience function to be passed to schemify [details]
Will log executed statements at the info level using Schemifier's logger
Unit
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
neverF.. def neverF(msg : => Object)
Convenience function to be passed to schemify [details]
Will not log any executed statements
Unit
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
schemify.. def schemify(performWrite : Boolean, logFunc : (=> Object) => Unit, stables : BaseMetaMapper*) List[String]
schemify.. def schemify(performWrite : Boolean, logFunc : (=> Object) => Unit, dbId : ConnectionIdentifier, stables : BaseMetaMapper*) List[String]
superToRegConnection.. implicit def superToRegConnection(sc : SuperConnection) Connection
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.