TypeNames

org.beangle.data.jdbc.engine.TypeNames
See theTypeNames companion object
class TypeNames(code2names: Map[Int, List[(Int, String)]], name2codes: Map[String, List[(Int, Int)]])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toType(typecode: Int): SqlType

get default type name for specified type

get default type name for specified type

Value parameters

typecode

the type key

Attributes

Returns

the default type name associated with specified key

def toType(sqlCode: Int, precision: Int, scale: Int): SqlType
def toType(typeName: String): SqlType