TypeInfo

org.beangle.data.jdbc.engine.TypeNames$.TypeInfo
case class TypeInfo(name: String, category: String, precision: Option[String], scale: Option[String])

TypeInfo

Attributes

category

varchar/number

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

Members list

Concise view

Value members

Concrete methods

def scaleValue: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product