File schema_information_schema_constants.h¶
File List > cubrid > src > object > schema_information_schema_constants.h
Go to the documentation of this file
/*
*
* Copyright 2016 CUBRID Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
/*
* schema_information_schema_constants.h - declare information schema name constants
*/
#ifndef _SCHEMA_INFORMATION_SCHEMA_CONSTANTS_H_
#define _SCHEMA_INFORMATION_SCHEMA_CONSTANTS_H_
/* information_schema views (vclasses) - alphabetic order */
#define INFO_SCHEMA_COLUMN_PRIVILEGES_NAME "column_privileges"
#define INFO_SCHEMA_COLUMNS_NAME "columns"
#define INFO_SCHEMA_DOMAINS_NAME "domains"
#define INFO_SCHEMA_FOREIGN_SERVERS_NAME "foreign_servers"
#define INFO_SCHEMA_KEY_COLUMN_USAGE_NAME "key_column_usage"
#define INFO_SCHEMA_PARAMETERS_NAME "parameters"
#define INFO_SCHEMA_PARTITIONS_NAME "partitions"
#define INFO_SCHEMA_REFERENTIAL_CONS_NAME "referential_constraints"
#define INFO_SCHEMA_ROUTINE_PRIVILEGES_NAME "routine_privileges"
#define INFO_SCHEMA_ROUTINES_NAME "routines"
#define INFO_SCHEMA_SCHEMATA_NAME "schemata"
#define INFO_SCHEMA_SEQUENCES_NAME "sequences"
#define INFO_SCHEMA_STATISTICS_NAME "statistics"
#define INFO_SCHEMA_SYNONYMS_NAME "synonyms"
#define INFO_SCHEMA_TABLE_CONSTRAINTS_NAME "table_constraints"
#define INFO_SCHEMA_TABLE_PRIVILEGES_NAME "table_privileges"
#define INFO_SCHEMA_TABLES_NAME "tables"
#define INFO_SCHEMA_TRIGGERS_NAME "triggers"
#define INFO_SCHEMA_VIEWS_NAME "views"
#endif /* _SCHEMA_INFORMATION_SCHEMA_CONSTANTS_H_ */