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

Members list

Concise view

Value members

Concrete methods

def getIndexInfo(unique: Boolean, approximate: Boolean): BasicStreamingAction[Vector[MIndexInfo], MIndexInfo, Read]

Attributes

unique

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

Source:
MTable.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product