setSRID() - Advanced SQL Engine - Teradata Database

SQL External Routine Programming

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
qwr1571437338192.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1147
lifecycle
previous
Product Category
Teradata Vantage™

Purpose

Sets the Spatial Reference System Identifier (SRID) of an ST_Geometry value. The ST_Geometry value must be the return parameter of a Java UDF or an OUT or INOUT parameter of a Java external stored procedure.

Syntax

public void setSRID(int  srid) throws SQLException
srid
the Spatial Reference System Identifier of spatial coordinate system to be set.

Exceptions

Throws SQLException if a database access error occurs. Returns the following database specific error code: 9747 (ERRUDFJAVAGEOM)<Failed to set SRID value>.