Constructs a multi linestring from WKB.
NEW ST_MultiLineString(wkb[, srid])
wkb
LONG BINARY
A string containing the binary representation of an multi linestring. The input can be in any supported binary input format, including WKB or EWKB.
srid
INT
The SRID of the result. If not specified, the default is 0.
Constructs a multi linestring from a binary string representation. The database server determines the input format by inspecting the provided string.
SQL/MM (ISO/IEC 13249-3: 2006) 9.4.2
The following returns MultiLineString ((10 10, 12 12))
SELECT NEW ST_MultiLineString(0x0105000000010000000102000000020000000000000000002440000000000000244000000000000028400000000000002840)