MYSQL_FIELD -- How to know which kind of GEOMETRY?
Posted by: Seth Willits
Date: February 10, 2021 05:12PM

After having executed a query and getting the fields from the result with `mysql_fetch_fields`, if a particular field is said to be a `MYSQL_TYPE_GEOMETRY`, how do we know what *kind* of geometry it is? If it's POINT type, for instance, there seems to be no way to know this from the query result's MYSQL_FIELD itself?

Options: ReplyQuote


Subject
Views
Written By
Posted
MYSQL_FIELD -- How to know which kind of GEOMETRY?
578
February 10, 2021 05:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.