Image

org.beangle.db.report.model.Image
class Image(val name: String, val title: String, schemaName: String, tableseq: String, val description: String) extends TableContainer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def select(database: Database): Unit

Inherited methods

def addTable(table: Table): Unit

Attributes

Inherited from:
TableContainer
def contains(tableName: Identifier): Boolean

Attributes

Inherited from:
TableContainer
def matches(table: Table): Boolean

Attributes

Inherited from:
TableContainer

Concrete fields

val description: String
var direction: Option[String]
val name: String
override val patterns: Array[AntPathPattern]
val title: String

Inherited fields

val tables: ListBuffer[Table]

Attributes

Inherited from:
TableContainer