Home
last modified time | relevance | path

Searched defs:ST_AsText (Results 1 – 9 of 9) sorted by relevance

/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dlegacy_minimal.sql.in75 CREATE OR REPLACE FUNCTION ST_AsText(bytea) function
H A Dgeography.sql.in102 CREATE OR REPLACE FUNCTION ST_AsText(geography) function
109 CREATE OR REPLACE FUNCTION ST_AsText(geography, int4) function
116 CREATE OR REPLACE FUNCTION ST_AsText(text) function
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dlegacy_minimal.sql.in75 CREATE OR REPLACE FUNCTION ST_AsText(bytea) function
H A Dgeography.sql.in102 CREATE OR REPLACE FUNCTION ST_AsText(geography) function
109 CREATE OR REPLACE FUNCTION ST_AsText(geography, int4) function
116 CREATE OR REPLACE FUNCTION ST_AsText(text) function
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dlegacy_minimal.sql.in75 CREATE OR REPLACE FUNCTION ST_AsText(bytea) function
H A Dgeography.sql.in102 CREATE OR REPLACE FUNCTION ST_AsText(geography) function
109 CREATE OR REPLACE FUNCTION ST_AsText(geography, int4) function
116 CREATE OR REPLACE FUNCTION ST_AsText(text) function
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dlegacy_minimal.sql.in75 CREATE OR REPLACE FUNCTION ST_AsText(bytea) function
H A Dgeography.sql.in102 CREATE OR REPLACE FUNCTION ST_AsText(geography) function
108 CREATE OR REPLACE FUNCTION ST_AsText(geography, int4) function
114 CREATE OR REPLACE FUNCTION ST_AsText(text) function
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/gpkg/
H A Dspatialdb.c286 static void ST_AsText(sqlite3_context *context, int nbArgs, sqlite3_value **args) { in ST_AsText() function