Field

case class Field[T](modelName: String, fieldName: String, colName: String, unique: Boolean, default: Option[Any], length: Option[Int], t: TField[T])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getDataType: DataType[Any]
def uniqueKeyName: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product