ColumnEncoderDecoder

com.github.mauricio.async.db.column.ColumnEncoderDecoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def decode(value: String): Any

Attributes

Inherited from:
ColumnDecoder
def decode(kind: ColumnData, value: ByteBuf, charset: Charset): Any

Attributes

Inherited from:
ColumnDecoder
def encode(value: Any): String

Attributes

Inherited from:
ColumnEncoder
def supportsStringDecoding: Boolean

Attributes

Inherited from:
ColumnDecoder