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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article