JdbcLoadInfo

org.mojoz.metadata.JdbcLoadInfo
case class JdbcLoadInfo(jdbcTypeNameOrCode: String, jdbcTypeCode: Int, minSize: Option[Int], maxSize: Option[Int], minFractionDigits: Option[Int], maxFractionDigits: Option[Int], targetLength: Option[Integer], targetTotalDigits: Option[Integer], targetFractionDigits: Option[Integer])

Attributes

Source
TypeMetadata.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product