Returns an integer representing the Spatial Reference System Identifier (SRID) of an ST_Geometry value. The ST_Geometry value must be an input parameter to a Java UDF or an IN or INOUT parameter of a Java external stored procedure.
Syntax
public int getSRID() throws SQLException
Exceptions
Throws SQLException if a database access error occurs. Returns the following database specific error code: 9747 (ERRUDFJAVAGEOM)<Failed to retrieve SRID value>.