MTable

slick.jdbc.meta.MTable
See theMTable companion object
case class MTable(name: MQName, tableType: String, remarks: String, typeName: Option[MQName], selfRefColName: Option[String], refGen: Option[String])

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

Attributes

Companion
object
Source
MTable.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
MTable.scala
def getIndexInfo(unique: Boolean, approximate: Boolean): BasicStreamingAction[Vector[MIndexInfo], MIndexInfo, Read]

Value parameters

unique

when true, return only indices for unique values; when false, return indices regardless of whether unique or not

Attributes

Source
MTable.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product