com.github.mauricio.async.db.postgresql.messages.backend.PostgreSQLColumnData
See thePostgreSQLColumnData companion object
case class PostgreSQLColumnData(name: String, tableObjectId: Int, columnNumber: Int, dataType: Int, dataTypeSize: Long, dataTypeModifier: Int, fieldFormat: Int) extends ColumnData
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ColumnDataclass Objecttrait Matchableclass Any
Members list
In this article