Postgrex.Extensions.Text

Source

Summary

decode(typeinfo, binary2, , )

Callback implementation of Postgrex.Extension.decode/4

encode(typeinfo, atom2, , )

Callback implementation of Postgrex.Extension.encode/4

format()

Callback implementation of Postgrex.Extension.format/1

init(parameters, opts)

Callback implementation of Postgrex.Extension.init/2

matching(version)

Callback implementation of Postgrex.Extension.matching/1

Functions

decode(typeinfo, binary2, , )

Callback implementation of Postgrex.Extension.decode/4.

Source
encode(typeinfo, atom2, , )

Callback implementation of Postgrex.Extension.encode/4.

Source
format()

Callback implementation of Postgrex.Extension.format/1.

Source
init(parameters, opts)

Callback implementation of Postgrex.Extension.init/2.

Source
matching(version)

Callback implementation of Postgrex.Extension.matching/1.

Source