MBestRowIdentifierColumn

slick.jdbc.meta.MBestRowIdentifierColumn
See theMBestRowIdentifierColumn companion object
case class MBestRowIdentifierColumn(scope: Scope, column: String, sqlType: Int, typeName: String, columnSize: Option[Int], decimalDigits: Option[Short], pseudoColumn: Option[Boolean])

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

Attributes

Companion:
object
Source:
MBestRowIdentifierColumn.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def sqlTypeName: Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product