名称

ST_WKBToSQL — Returns a geometry from Well-Known Binary (WKB). SQL/MM alias for ST_GeomFromWKB without an SRID argument.

大纲

geometry ST_WKBToSQL(bytea WKB);

描述

This function is the SQL/MM alias for ST_GeomFromWKB with no SRID argument.

该方法实现了SQL/MM规范。 SQL-MM 3: 5.1.36

相关信息

ST_GeomFromWKB