返回是否具有用户自定义二进制数据。
boolean ST_HasBinData(sfmesh sfmeshObject); boolean ST_HasBinData(material material);
参数名称
描述
sfmeshObject
SFMesh对象。
material
材质对象。
SELECT ST_HasBinData(ST_SetBinData(the_mesh, 'abc'::bytea)) FROM t_table; ------------------- t