slick.jdbc.meta.MTable
See theMTable companion object
A wrapper for a row in the ResultSet returned by DatabaseMetaData.getTables().
Attributes
- Companion
- object
- Source
- MTable.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
def getBestRowIdentifier(scope: Scope, nullable: Boolean): BasicStreamingAction[Vector[MBestRowIdentifierColumn], MBestRowIdentifierColumn, Read]
Attributes
- Source
- MTable.scala
Attributes
- Source
- MTable.scala
Attributes
- Source
- MTable.scala
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
Attributes
- Source
- MTable.scala
Attributes
- Source
- MTable.scala
Attributes
- Source
- MTable.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article