PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.3Kb
Man Pages (Zip)
- 378.3Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
Displaying 21 to 29
of 29 total results
- « Previous
- 1
- 2
- 3
https://dev.mysql.com/doc/refman/9.7/en/create-json-duality-view.html
Columns of types JSON, VECTOR, and GEOMETRY (including all derivatives such as POINT, LINESTRING, and POLYGON) are not supported, nor are generated columns. CREATE [OR REPLACE] [ALGORITHM = {UNDEFINED | MERGE}] [DEFINER = user] [SQL SECURITY ...
https://dev.mysql.com/doc/refman/9.7/en/gis-class-geometry.html
The dimensions of MultiPoint, MultiLineString, and MultiPolygon objects are the same as the dimensions of the elements they consist of. It is a noninstantiable class but has a number of properties, described in the following list, that are common to ...
https://dev.mysql.com/doc/refman/9.7/en/gis-class-surface.html
Polyhedral surfaces are formed by “stitching” together simple surfaces along their boundaries, polyhedral surfaces in three-dimensional space may not be planar as a whole. The OpenGIS specification defines a simple Surface as a geometry that ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-aggregate-functions.html
If all arguments are Polygon values, the result is a MultiPolygon value. MySQL supports aggregate functions that perform a calculation on a set of values. For general information about these functions, see Section 14.19.1, “Aggregate Function ...
https://dev.mysql.com/doc/refman/9.7/en/keywords.html
Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. This may also be true for the names of built-in functions. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/9.7/en/information-schema-st-geometry-columns-table.html
Permitted values are: geometry, point, linestring, polygon, multipoint, multilinestring, multipolygon, geometrycollection. The ST_GEOMETRY_COLUMNS table provides information about table columns that store spatial data. This table is based on the ...
https://dev.mysql.com/doc/refman/9.7/en/glossary.html
R R-tree A tree data structure used for spatial indexing of multi-dimensional data such as geographical coordinates, rectangles or polygons. These terms are commonly used in information about the MySQL database server. Files with this extension are ...
https://dev.mysql.com/doc/refman/9.7/en/gis-wkt-functions.html
ST_MPolyFromText(wkt [, srid [, options]]), ST_MultiPolygonFromText(wkt [, srid [, options]]) Constructs a MultiPolygon value using its WKT representation and SRID. ST_PolyFromText(wkt [, srid [, options]]), ST_PolygonFromText(wkt [, srid [, ...
https://dev.mysql.com/doc/refman/9.7/en/gis-wkb-functions.html
ST_MPolyFromWKB(wkb [, srid [, options]]), ST_MultiPolygonFromWKB(wkb [, srid [, options]]) Constructs a MultiPolygon value using its WKB representation and SRID. ST_PolyFromWKB(wkb [, srid [, options]]), ST_PolygonFromWKB(wkb [, srid [, options]]) ... These functions take as arguments a BLOB containing a Well-Known Binary (WKB) representation and, optionally, a spatial reference system identifier ...