slick.jdbc.meta.MProcedureColumn
See theMProcedureColumn companion object
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])
A wrapper for a row in the ResultSet returned by DatabaseMetaData.getProcedureColumns().
Attributes
- Companion
- object
- Source
- MProcedureColumn.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article