DataTypeCodec

@author <a href="mailto:julien@julienviet.com">Julien Viet</a> @author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>

Members

Aliases

binaryDecodeBPCHAR
alias binaryDecodeBPCHAR = textDecodeVARCHAR
Undocumented in source.
binaryDecodeCHAR
alias binaryDecodeCHAR = textDecodeVARCHAR
Undocumented in source.
binaryDecodeNAME
alias binaryDecodeNAME = textDecodeVARCHAR
Undocumented in source.
binaryDecodeTEXT
alias binaryDecodeTEXT = textDecodeVARCHAR
Undocumented in source.
binaryEncodeBPCHAR
alias binaryEncodeBPCHAR = binaryEncodeVARCHAR
Undocumented in source.
binaryEncodeNAME
alias binaryEncodeNAME = binaryEncodeVARCHAR
Undocumented in source.
textDecodeBPCHAR
alias textDecodeBPCHAR = textDecodeVARCHAR
Undocumented in source.
textDecodeCHAR
alias textDecodeCHAR = textDecodeVARCHAR
Undocumented in source.
textDecodeNAME
alias textDecodeNAME = textDecodeVARCHAR
Undocumented in source.
textdecodeTEXT
alias textdecodeTEXT = textDecodeVARCHAR
Undocumented in source.

Static functions

REFUSED_SENTINEL
Object REFUSED_SENTINEL()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeBinary
Variant decodeBinary(DataType id, int index, int len, ByteBuf buff)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeText
Variant decodeText(DataType id, int index, int len, ByteBuf buff)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBinary
void encodeBinary(DataType id, Variant value, ByteBuf buff)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeText
void encodeText(DataType id, Variant value, ByteBuf buff)
Undocumented in source. Be warned that the author may not have intended to support it.
isNumber
bool isNumber(TypeInfo info)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
Variant prepare(DataTypeDesc type, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta