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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
MFunction.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product