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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article