TableConfig

slick.additions.codegen.TableConfig
case class TableConfig(tableMetadata: TableMetadata, tableClassName: String, modelClassName: String, columns: List[ColumnConfig])

How a database table is to be represented in code

Value parameters

columns

configurations for this table's columns

modelClassName

the name of the model class

tableClassName

the name of the Slick table definition

tableMetadata

the metadata for the table this is for

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product