Packages

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

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

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

Value Members

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