MAttribute

slick.jdbc.meta.MAttribute
See theMAttribute companion object
case class MAttribute(typeName: MQName, attrName: String, sqlType: Int, attrTypeName: String, attrSize: Int, decimalDigits: Option[Int], numPrecRadic: Int, nullable: Option[Boolean], remarks: Option[String], attrDef: Option[String], charOctetLength: Option[Int], ordinalPosition: Int, isNullable: Option[Boolean], scope: Option[MQName], sourceSqlType: Option[Int])

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

Attributes

Companion:
object
Source:
MAttribute.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def sourceSqlTypeName: Option[Option[String]]

Attributes

Source:
MAttribute.scala
def sqlTypeName: Option[String]

Attributes

Source:
MAttribute.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product