MTable

slick.jdbc.meta.MTable$
See theMTable companion class
object MTable

Attributes

Companion:
class
Source:
MTable.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
MTable.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def getTables(cat: Option[String], schemaPattern: Option[String], namePattern: Option[String], types: Option[Seq[String]]): BasicStreamingAction[Vector[MTable], MTable, Read]

Some DatabaseMetaData methods take arguments that are String patterns. These arguments all have names such as fooPattern. Within a pattern String, "%" means match any substring of 0 or more characters, and "_" means match any one character. Only metadata entries matching the search pattern are returned. If a search pattern argument is set to null, that argument's criterion will be dropped from the search.

Some DatabaseMetaData methods take arguments that are String patterns. These arguments all have names such as fooPattern. Within a pattern String, "%" means match any substring of 0 or more characters, and "_" means match any one character. Only metadata entries matching the search pattern are returned. If a search pattern argument is set to null, that argument's criterion will be dropped from the search.

Attributes

Source:
MTable.scala
def getTables(namePattern: String): BasicStreamingAction[Vector[MTable], MTable, Read]

Attributes

Source:
MTable.scala