Table

scalikejdbc.metadata.Table
case class Table(name: String, schema: String, description: String, columns: List[Column], foreignKeys: List[ForeignKey], indices: List[Index])

Table meta data

Value parameters

columns

columns

description

description

foreignKeys

foreign keys

indices

indices

name

name

schema

schema

Attributes

Source
Table.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def nameWithSchema: String

Returns name with schema(if exists)

Returns name with schema(if exists)

Attributes

Returns

name with schema

Source
Table.scala
def toDescribeStyleString: String

Returns describe style

Returns describe style

Attributes

Returns

describe style string value

Source
Table.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product