MFunction

slick.jdbc.meta.MFunction
See theMFunction companion object
case class MFunction(name: MQName, remarks: String, returnsTable: Option[Boolean], specificName: String)

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

Attributes

Companion
object
Source
MFunction.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getFunctionColumns(columnNamePattern: String): BasicStreamingAction[Vector[MFunctionColumn], MFunctionColumn, Read]

Attributes

Source
MFunction.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product