Packages

case class MProcedureColumn(procedure: MQName, column: String, columnType: Short, sqlType: Int, typeName: String, precision: Option[Int], length: Int, scale: Option[Short], radix: Short, nullable: Option[Boolean], remarks: String, columnDef: Option[String], charOctetLength: Option[Int], ordinalPosition: Option[Int], isNullable: Option[Boolean], specificName: Option[String]) extends Product with Serializable

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

Source
MProcedureColumn.scala
Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MProcedureColumn
  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 MProcedureColumn(procedure: MQName, column: String, columnType: Short, sqlType: Int, typeName: String, precision: Option[Int], length: Int, scale: Option[Short], radix: Short, nullable: Option[Boolean], remarks: String, columnDef: Option[String], charOctetLength: Option[Int], ordinalPosition: Option[Int], isNullable: Option[Boolean], specificName: Option[String])

Value Members

  1. val charOctetLength: Option[Int]
  2. val column: String
  3. val columnDef: Option[String]
  4. val columnType: Short
  5. val isNullable: Option[Boolean]
  6. val length: Int
  7. val nullable: Option[Boolean]
  8. val ordinalPosition: Option[Int]
  9. val precision: Option[Int]
  10. val procedure: MQName
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. val radix: Short
  13. val remarks: String
  14. val scale: Option[Short]
  15. val specificName: Option[String]
  16. val sqlType: Int
  17. def sqlTypeName: Option[String]
  18. val typeName: String