case class Field(catalog: String, db: String, table: String, origTable: String, name: String, origName: String, charset: Short, displayLength: Int, fieldType: Short, flags: Short, decimals: Byte) extends with Product with Serializable
Instance Constructors
- new Field(catalog: String, db: String, table: String, origTable: String, name: String, origName: String, charset: Short, displayLength: Int, fieldType: Short, flags: Short, decimals: Byte)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- val catalog: String
- val charset: Short
- def clone(): AnyRef
- val db: String
- val decimals: Byte
- val displayLength: Int
- final def eq(arg0: AnyRef): Boolean
- val fieldType: Short
- def finalize(): Unit
- val flags: Short
- final def getClass(): Class[_ <: AnyRef]
- def id: String
- final def isInstanceOf[T0]: Boolean
- def isSigned: Boolean
- def isUnsigned: Boolean
- val name: String
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val origName: String
- val origTable: String
- def productElementNames: Iterator[String]
- final def synchronized[T0](arg0: => T0): T0
- val table: String
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit