STV_GetExportShapefileDirectory
返回导出目录的路径。
行为类型
不可变语法
STV_GetExportShapefileDirectory( )
返回
图形文件导出目录的路径。
示例
以下示例显示了如何使用 STV_GetExportShapefileDirectory 来查询 shapefile 导出目录的路径:
=> SELECT STV_GetExportShapefileDirectory();
STV_GetExportShapefileDirectory
-----------------------------------------------
Shapefile export directory: [/home/user/temp]
(1 row)