MySQL 9.0.0
Source Code Documentation
spatial_reference_systems.h
Go to the documentation of this file.
1/* Copyright (c) 2016, 2024, Oracle and/or its affiliates.
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License, version 2.0,
5 as published by the Free Software Foundation.
6
7 This program is designed to work with certain software (including
8 but not limited to OpenSSL) that is licensed under separate terms,
9 as designated in a particular file or component or in included license
10 documentation. The authors of MySQL hereby grant you an additional
11 permission to link the program and your derivative works with the
12 separately licensed software that they have either included with
13 the program or referenced in the documentation.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License, version 2.0, for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
23
24#ifndef DD_TABLES__SPATIAL_REFERENCE_SYSTEMS_INCLUDED
25#define DD_TABLES__SPATIAL_REFERENCE_SYSTEMS_INCLUDED
26
27#include <string>
28
30#include "sql/dd/object_id.h"
31#include "sql/dd/string_type.h"
33
34struct CHARSET_INFO;
35
36namespace dd {
37
38class Item_name_key;
39class Object_key;
40class Raw_record;
41
42namespace tables {
43
44///////////////////////////////////////////////////////////////////////////
45
47 public:
48 static const Spatial_reference_systems &instance();
49
50 static const CHARSET_INFO *name_collation();
51
63 NUMBER_OF_FIELDS // Always keep this entry at the end of the enum
64 };
65
67 INDEX_PK_ID = static_cast<uint>(Common_index::PK_ID),
70 };
71
73
75
77 const Raw_record &) const override;
78
79 static bool update_object_key(Item_name_key *key, Object_id catalog_id,
80 const String_type &name);
81
83};
84
85///////////////////////////////////////////////////////////////////////////
86
87} // namespace tables
88} // namespace dd
89
90#endif // DD_TABLES__SPATIAL_REFERENCE_SYSTEMS_INCLUDED
Definition: entity_object_table_impl.h:46
const String_type & name() const override
Get the table name used by the target definition for the dictionary table.
Definition: entity_object_table_impl.h:56
Definition: object_keys.h:166
Definition: object_key.h:38
Definition: raw_record.h:46
Definition: spatial_reference_system.h:53
Definition: spatial_reference_systems.h:46
static Object_key * create_key_by_catalog_id(Object_id catalog_id)
Definition: spatial_reference_systems.cc:124
enum_foreign_keys
Definition: spatial_reference_systems.h:72
@ FK_CATALOG_ID
Definition: spatial_reference_systems.h:72
Spatial_reference_systems()
Definition: spatial_reference_systems.cc:53
static const CHARSET_INFO * name_collation()
Definition: spatial_reference_systems.cc:47
enum_fields
Definition: spatial_reference_systems.h:52
@ FIELD_ID
Definition: spatial_reference_systems.h:53
@ FIELD_ORGANIZATION_COORDSYS_ID
Definition: spatial_reference_systems.h:59
@ FIELD_ORGANIZATION
Definition: spatial_reference_systems.h:58
@ FIELD_DESCRIPTION
Definition: spatial_reference_systems.h:61
@ FIELD_OPTIONS
Definition: spatial_reference_systems.h:62
@ FIELD_CATALOG_ID
Definition: spatial_reference_systems.h:54
@ NUMBER_OF_FIELDS
Definition: spatial_reference_systems.h:63
@ FIELD_NAME
Definition: spatial_reference_systems.h:55
@ FIELD_LAST_ALTERED
Definition: spatial_reference_systems.h:56
@ FIELD_CREATED
Definition: spatial_reference_systems.h:57
@ FIELD_DEFINITION
Definition: spatial_reference_systems.h:60
enum_indexes
Definition: spatial_reference_systems.h:66
@ INDEX_PK_ID
Definition: spatial_reference_systems.h:67
@ INDEX_UK_CATALOG_ID_NAME
Definition: spatial_reference_systems.h:68
@ INDEX_UK_CATALOG_ID_ORG_ID
Definition: spatial_reference_systems.h:69
static bool update_object_key(Item_name_key *key, Object_id catalog_id, const String_type &name)
Definition: spatial_reference_systems.cc:114
static const Spatial_reference_systems & instance()
Definition: spatial_reference_systems.cc:39
Spatial_reference_system * create_entity_object(const Raw_record &) const override
Definition: spatial_reference_systems.cc:107
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
unsigned long long Object_id
Definition: object_id.h:31
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
required string key
Definition: replication_asynchronous_connection_failover.proto:60
Definition: m_ctype.h:421