Returns an integer representing the size in bytes of the Well-Known Text (WKT) representation 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 long getWKTSize() throws java.sql.SQLException
Exceptions
Throws SQLException if a database access error occurs. Returns the following database specific error code: 9747 (ERRUDFJAVAGEOM)<Failed to retrieve WKT size>.