Packages

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]) extends Product with Serializable

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

Source
MAttribute.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MAttribute
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new 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])

Value Members

  1. val attrDef: Option[String]
  2. val attrName: String
  3. val attrSize: Int
  4. val attrTypeName: String
  5. val charOctetLength: Option[Int]
  6. val decimalDigits: Option[Int]
  7. val isNullable: Option[Boolean]
  8. val nullable: Option[Boolean]
  9. val numPrecRadic: Int
  10. val ordinalPosition: Int
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. val remarks: Option[String]
  13. val scope: Option[MQName]
  14. val sourceSqlType: Option[Int]
  15. def sourceSqlTypeName: Option[Option[String]]
  16. val sqlType: Int
  17. def sqlTypeName: Option[String]
  18. val typeName: MQName