Column

aptus.aptmisc.Rdbms.Column
case class Column(index: Index, name: String, typeCode: Int, originalTypeName: String, nullableOpt: Option[Boolean], signed: Boolean, precision: Int, scaleOpt: Option[Int])

Attributes

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

Members list

Value members

Concrete methods

def formatDefault: String
def nullable: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product