SqlType

org.beangle.data.jdbc.meta.SqlType
See theSqlType companion object
case class SqlType(code: Int, name: String, precision: Option[Int], scale: Option[Int])

Attributes

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

Members list

Value members

Concrete methods

def isBooleanType: Boolean
def isNumberType: Boolean
def isStringType: Boolean
def isTemporalType: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product