PostgreSQLColumnDecoderRegistry

com.github.mauricio.async.db.postgresql.column.PostgreSQLColumnDecoderRegistry
See thePostgreSQLColumnDecoderRegistry companion object
class PostgreSQLColumnDecoderRegistry(charset: Charset) extends ColumnDecoderRegistry

Attributes

Companion
object
Graph
Supertypes
trait ColumnDecoderRegistry
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def decode(kind: ColumnData, value: ByteBuf, charset: Charset): Any

Attributes

Definition Classes
ColumnDecoderRegistry
def decoderFor(kind: Int): ColumnDecoder