MProcedure

slick.jdbc.meta.MProcedure
See theMProcedure companion object
case class MProcedure(name: MQName, remarks: String, returnsResult: Option[Boolean], specificName: Option[String])

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

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
MProcedure.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product