MFunctionColumn

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

Members list

Concise view

Value members

Concrete methods

def sqlTypeName: Option[String]

Attributes

Source:
MFunctionColumn.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product