TypeNames

class TypeNames(code2names: Map[Int, List[(Int, String)]], name2codes: Map[String, List[(Int, Int)]])
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def toType(typecode: Int): SqlType

get default type name for specified type

get default type name for specified type

Value Params
typecode

the type key

Returns

the default type name associated with specified key

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