Home
last modified time | relevance | path

Searched refs:Item_func_point (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_geofunc.h110 class Item_func_point: public Item_geometry_func
113 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
114 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc357 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
363 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h116 class Item_func_point: public Item_geometry_func
119 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
120 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc385 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
391 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h116 class Item_func_point: public Item_geometry_func
119 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
120 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc385 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
391 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_geofunc.h116 class Item_func_point: public Item_geometry_func
119 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
120 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc385 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
391 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_geofunc.h116 class Item_func_point: public Item_geometry_func
119 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
120 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc385 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
391 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_geofunc.h116 class Item_func_point: public Item_geometry_func
119 Item_func_point(Item *a, Item *b): Item_geometry_func(a, b) {} in Item_func_point() function
120 Item_func_point(Item *a, Item *b, Item *srid): Item_geometry_func(a, b, srid) {} in Item_func_point() function
H A Ditem_geofunc.cc385 Field::geometry_type Item_func_point::get_geometry_type() const in get_geometry_type()
391 String *Item_func_point::val_str(String *str) in val_str()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_geofunc.h418 class Item_func_point: public Item_geometry_func
423 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
424 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
430 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_geofunc.h418 class Item_func_point: public Item_geometry_func
423 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
424 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
430 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Ditem_geofunc.h418 class Item_func_point: public Item_geometry_func
423 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
424 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
430 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_geofunc.h418 class Item_func_point: public Item_geometry_func
423 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
424 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
430 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_geofunc.h437 class Item_func_point: public Item_geometry_func
442 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
443 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
452 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
H A Dsql_type_geom.cc421 return new (thd->mem_root) Item_func_point(thd, in make_constructor_item()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Ditem_geofunc.h437 class Item_func_point: public Item_geometry_func
442 Item_func_point(THD *thd, Item *a, Item *b): Item_geometry_func(thd, a, b) {} in Item_func_point() function
443 Item_func_point(THD *thd, Item *a, Item *b, Item *srid): in Item_func_point() function
452 { return get_item_copy<Item_func_point>(thd, this); } in get_copy()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_geofunc.h517 class Item_func_point: public Item_geometry_func
520 Item_func_point(const POS &pos, Item *a, Item *b) in Item_func_point() function

1234