Class/Object

slick.jdbc.meta

MTable

Related Docs: object MTable | package meta

Permalink

case class MTable(name: MQName, tableType: String, remarks: String, typeName: Option[MQName], selfRefColName: Option[String], refGen: Option[String]) extends Product with Serializable

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

Source
MTable.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MTable
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MTable(name: MQName, tableType: String, remarks: String, typeName: Option[MQName], selfRefColName: Option[String], refGen: Option[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to any2stringadd[MTable] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MTable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to ArrowAssoc[MTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (MTable) ⇒ Boolean, msg: ⇒ Any): MTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to Ensuring[MTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (MTable) ⇒ Boolean): MTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to Ensuring[MTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): MTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to Ensuring[MTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): MTable

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to Ensuring[MTable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to StringFormat[MTable] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getBestRowIdentifier(scope: Scope, nullable: Boolean = false): BasicStreamingAction[Vector[MBestRowIdentifierColumn], MBestRowIdentifierColumn, Read]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getColumns: BasicStreamingAction[Vector[MColumn], MColumn, Read]

    Permalink
  18. def getExportedKeys: BasicStreamingAction[Vector[MForeignKey], MForeignKey, Read]

    Permalink
  19. def getImportedKeys: BasicStreamingAction[Vector[MForeignKey], MForeignKey, Read]

    Permalink
  20. def getIndexInfo(unique: Boolean = false, approximate: Boolean = false): BasicStreamingAction[Vector[MIndexInfo], MIndexInfo, Read]

    Permalink

    unique

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

  21. def getPrimaryKeys: BasicStreamingAction[Vector[MPrimaryKey], MPrimaryKey, Read]

    Permalink
  22. def getTablePrivileges: BasicStreamingAction[Vector[MTablePrivilege], MTablePrivilege, Read]

    Permalink
  23. def getVersionColumns: BasicStreamingAction[Vector[MVersionColumn], MVersionColumn, Read]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val name: MQName

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val refGen: Option[String]

    Permalink
  30. val remarks: String

    Permalink
  31. val selfRefColName: Option[String]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val tableType: String

    Permalink
  34. val typeName: Option[MQName]

    Permalink
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (MTable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MTable to ArrowAssoc[MTable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MTable to any2stringadd[MTable]

Inherited by implicit conversion StringFormat from MTable to StringFormat[MTable]

Inherited by implicit conversion Ensuring from MTable to Ensuring[MTable]

Inherited by implicit conversion ArrowAssoc from MTable to ArrowAssoc[MTable]

Ungrouped