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
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- MTable
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (MTable, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def ensuring(cond: (MTable) ⇒ Boolean, msg: ⇒ Any): MTable
- def ensuring(cond: (MTable) ⇒ Boolean): MTable
- def ensuring(cond: Boolean, msg: ⇒ Any): MTable
- def ensuring(cond: Boolean): MTable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
- def getBestRowIdentifier(scope: Scope, nullable: Boolean = false): BasicStreamingAction[Vector[MBestRowIdentifierColumn], MBestRowIdentifierColumn, Read]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColumns: BasicStreamingAction[Vector[MColumn], MColumn, Read]
- def getExportedKeys: BasicStreamingAction[Vector[MForeignKey], MForeignKey, Read]
- def getImportedKeys: BasicStreamingAction[Vector[MForeignKey], MForeignKey, Read]
-
def
getIndexInfo(unique: Boolean = false, approximate: Boolean = false): BasicStreamingAction[Vector[MIndexInfo], MIndexInfo, Read]
- unique
when true, return only indices for unique values; when false, return indices regardless of whether unique or not
- def getPrimaryKeys: BasicStreamingAction[Vector[MPrimaryKey], MPrimaryKey, Read]
- def getTablePrivileges: BasicStreamingAction[Vector[MTablePrivilege], MTablePrivilege, Read]
- def getVersionColumns: BasicStreamingAction[Vector[MVersionColumn], MVersionColumn, Read]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: MQName
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val refGen: Option[String]
- val remarks: String
- val selfRefColName: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tableType: String
- val typeName: Option[MQName]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (MTable, B)
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...