TypeInfo

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

TypeInfo

Value parameters

category

varchar/number

Attributes

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

Members list

Value members

Concrete methods

def precisionValue: Int
def scaleValue: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product