MUDT

slick.jdbc.meta.MUDT
See theMUDT companion object
case class MUDT(typeName: MQName, className: String, sqlType: Int, remarks: String, baseType: Option[Short])

A wrapper for a row in the ResultSet returned by DatabaseMetaData.getUDTs().

Attributes

Companion
object
Source
MUDT.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getAttributes(attributeNamePattern: String): BasicStreamingAction[Vector[MAttribute], MAttribute, Read]

Attributes

Source
MUDT.scala
def sqlTypeName: Option[String]

Attributes

Source
MUDT.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product