DecoderRegistry

com.github.mauricio.async.db.mysql.codec.DecoderRegistry
class DecoderRegistry(charset: Charset)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def binaryDecoderFor(columnType: Int, charsetCode: Int): BinaryDecoder
def textDecoderFor(columnType: Int, charsetCode: Int): ColumnDecoder