MProcedureColumn

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sqlTypeName: Option[String]

Attributes

Source
MProcedureColumn.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product