info

org.flywaydb.play.views.html.info
object info extends BaseScalaTemplate[Appendable, Format[Appendable]], Template6[RequestHeader, String, Seq[MigrationInfo], Seq[String], Boolean, String, Appendable]

Attributes

Graph
Supertypes
trait Template6[RequestHeader, String, Seq[MigrationInfo], Seq[String], Boolean, String, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
info.type

Members list

Value members

Concrete methods

def apply(request: RequestHeader, dbName: String, allMigrationInfo: Seq[MigrationInfo], scripts: Seq[String], showManualInsertQuery: Boolean, schemaTable: String): Appendable

Attributes

def f: (RequestHeader, String, Seq[MigrationInfo], Seq[String], Boolean, String) => Appendable
def ref: info.type.this.type
def render(request: RequestHeader, dbName: String, allMigrationInfo: Seq[MigrationInfo], scripts: Seq[String], showManualInsertQuery: Boolean, schemaTable: String): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product