slick.jdbc.meta.MFunctionColumn
See theMFunctionColumn companion object
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)
A wrapper for a row in the ResultSet returned by DatabaseMetaData.getFunctionColumns().
Attributes
- Companion:
- object
- Source:
- MFunctionColumn.scala
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any