![]() |
MobilityDB 1.3
|
Input and output functions for box types. More...
Functions | |
Datum | Tbox_as_hexwkb (PG_FUNCTION_ARGS) |
Return the ASCII hex-encoded Well-Known Binary (HexWKB) representation of a temporal box @sqlfn asHexWKB() More... | |
Datum | Tbox_as_text (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a temporal box @sqlfn asText() More... | |
Datum | Tbox_as_wkb (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a temporal box @sqlfn asBinary() More... | |
Datum | Tbox_from_hexwkb (PG_FUNCTION_ARGS) |
Return a temporal box from its ASCII hex-encoded Well-Known Binary (HexWKB) representation @sqlfn tboxFromHexWKB() More... | |
Datum | Tbox_from_wkb (PG_FUNCTION_ARGS) |
Return a temporal box from its Well-Known Binary (WKB) representation @sqlfn tboxFromBinary() More... | |
Datum | Tbox_in (PG_FUNCTION_ARGS) |
Return a temporal box from its Well-Known Text (WKT) representation. More... | |
Datum | Tbox_out (PG_FUNCTION_ARGS) |
Return the Well-Known Text (WKT) representation of a temporal box @sqlfn tbox_out() More... | |
Datum | Tbox_recv (PG_FUNCTION_ARGS) |
Return a temporal box from its Well-Known Binary (WKB) representation @sqlfn tbox_recv() More... | |
Datum | Tbox_send (PG_FUNCTION_ARGS) |
Return the Well-Known Binary (WKB) representation of a temporal box @sqlfn tbox_send() More... | |
Input and output functions for box types.