Skip to content

File message_catalog.h

FileList > base > message_catalog.h

Go to the source code of this file

  • #include <stdio.h>

Classes

Type Name
struct msg_catd

Public Types

Type Name
typedef struct msg_catd * MSG_CATD

Public Functions

Type Name
int msgcat_close (MSG_CATD msg_catd)
int msgcat_final (void)
MSG_CATD msgcat_get_descriptor (int cat_id)
char * msgcat_gets (MSG_CATD msg_catd, int set_id, int msg_id, const char * s)
int msgcat_init (void)
char * msgcat_message (int cat_id, int set_id, int msg_id)
MSG_CATD msgcat_open (const char * name)
FILE * msgcat_open_file (const char * name)

Macros

Type Name
define MSGCAT_CATALOG_CSQL 1
define MSGCAT_CATALOG_CUBRID 0
define MSGCAT_CATALOG_UTILS 2
define MSGCAT_GENERAL_ARG_DUPLICATE 8
define MSGCAT_GENERAL_ARG_INVALIDNUM 15
define MSGCAT_GENERAL_ARG_MISSING 7
define MSGCAT_GENERAL_ARG_MISSINGVAL 9
define MSGCAT_GENERAL_ARG_NODEF 12
define MSGCAT_GENERAL_ARG_NOMEM 13
define MSGCAT_GENERAL_ARG_NONFLOAT 6
define MSGCAT_GENERAL_ARG_NONINT 5
define MSGCAT_GENERAL_ARG_OPTIONS 16
define MSGCAT_GENERAL_ARG_OPTIONS2 17
define MSGCAT_GENERAL_ARG_TOO_LONG 14
define MSGCAT_GENERAL_ARG_UNEXPECTED 11
define MSGCAT_GENERAL_ARG_UNKNOWN 10
define MSGCAT_GENERAL_COPYRIGHT_BODY 3
define MSGCAT_GENERAL_COPYRIGHT_HEADER 2
define MSGCAT_GENERAL_DATABASE_INIT 1
define MSGCAT_SET_AUTHORIZATION 11
define MSGCAT_SET_ERROR 5
define MSGCAT_SET_GENERAL 1
define MSGCAT_SET_GLOSSARY 17
define MSGCAT_SET_HELP 12
define MSGCAT_SET_INTERNAL 6
define MSGCAT_SET_IO 15
define MSGCAT_SET_LOCK 14
define MSGCAT_SET_LOG 16
define MSGCAT_SET_PARAMETERS 4
define MSGCAT_SET_PARSER_RUNTIME 9
define MSGCAT_SET_PARSER_SEMANTIC 8
define MSGCAT_SET_PARSER_SYNTAX 7
define MSGCAT_SET_TRIGGER 13
define MSGCAT_TRIGGER_TRACE_ACTION 2
define MSGCAT_TRIGGER_TRACE_CONDITION 1

Public Types Documentation

typedef MSG_CATD

typedef struct msg_catd * MSG_CATD;

Public Functions Documentation

function msgcat_close

int msgcat_close (
    MSG_CATD msg_catd
) 

function msgcat_final

int msgcat_final (
    void
) 

function msgcat_get_descriptor

MSG_CATD msgcat_get_descriptor (
    int cat_id
) 

function msgcat_gets

char * msgcat_gets (
    MSG_CATD msg_catd,
    int set_id,
    int msg_id,
    const  char * s
) 

function msgcat_init

int msgcat_init (
    void
) 

function msgcat_message

char * msgcat_message (
    int cat_id,
    int set_id,
    int msg_id
) 

function msgcat_open

MSG_CATD msgcat_open (
    const  char * name
) 

function msgcat_open_file

FILE * msgcat_open_file (
    const  char * name
) 

Macro Definition Documentation

define MSGCAT_CATALOG_CSQL

#define MSGCAT_CATALOG_CSQL `1`

define MSGCAT_CATALOG_CUBRID

#define MSGCAT_CATALOG_CUBRID `0`

define MSGCAT_CATALOG_UTILS

#define MSGCAT_CATALOG_UTILS `2`

define MSGCAT_GENERAL_ARG_DUPLICATE

#define MSGCAT_GENERAL_ARG_DUPLICATE `8`

define MSGCAT_GENERAL_ARG_INVALIDNUM

#define MSGCAT_GENERAL_ARG_INVALIDNUM `15`

define MSGCAT_GENERAL_ARG_MISSING

#define MSGCAT_GENERAL_ARG_MISSING `7`

define MSGCAT_GENERAL_ARG_MISSINGVAL

#define MSGCAT_GENERAL_ARG_MISSINGVAL `9`

define MSGCAT_GENERAL_ARG_NODEF

#define MSGCAT_GENERAL_ARG_NODEF `12`

define MSGCAT_GENERAL_ARG_NOMEM

#define MSGCAT_GENERAL_ARG_NOMEM `13`

define MSGCAT_GENERAL_ARG_NONFLOAT

#define MSGCAT_GENERAL_ARG_NONFLOAT `6`

define MSGCAT_GENERAL_ARG_NONINT

#define MSGCAT_GENERAL_ARG_NONINT `5`

define MSGCAT_GENERAL_ARG_OPTIONS

#define MSGCAT_GENERAL_ARG_OPTIONS `16`

define MSGCAT_GENERAL_ARG_OPTIONS2

#define MSGCAT_GENERAL_ARG_OPTIONS2 `17`

define MSGCAT_GENERAL_ARG_TOO_LONG

#define MSGCAT_GENERAL_ARG_TOO_LONG `14`

define MSGCAT_GENERAL_ARG_UNEXPECTED

#define MSGCAT_GENERAL_ARG_UNEXPECTED `11`

define MSGCAT_GENERAL_ARG_UNKNOWN

#define MSGCAT_GENERAL_ARG_UNKNOWN `10`

#define MSGCAT_GENERAL_COPYRIGHT_BODY `3`

#define MSGCAT_GENERAL_COPYRIGHT_HEADER `2`

define MSGCAT_GENERAL_DATABASE_INIT

#define MSGCAT_GENERAL_DATABASE_INIT `1`

define MSGCAT_SET_AUTHORIZATION

#define MSGCAT_SET_AUTHORIZATION `11`

define MSGCAT_SET_ERROR

#define MSGCAT_SET_ERROR `5`

define MSGCAT_SET_GENERAL

#define MSGCAT_SET_GENERAL `1`

define MSGCAT_SET_GLOSSARY

#define MSGCAT_SET_GLOSSARY `17`

define MSGCAT_SET_HELP

#define MSGCAT_SET_HELP `12`

define MSGCAT_SET_INTERNAL

#define MSGCAT_SET_INTERNAL `6`

define MSGCAT_SET_IO

#define MSGCAT_SET_IO `15`

define MSGCAT_SET_LOCK

#define MSGCAT_SET_LOCK `14`

define MSGCAT_SET_LOG

#define MSGCAT_SET_LOG `16`

define MSGCAT_SET_PARAMETERS

#define MSGCAT_SET_PARAMETERS `4`

define MSGCAT_SET_PARSER_RUNTIME

#define MSGCAT_SET_PARSER_RUNTIME `9`

define MSGCAT_SET_PARSER_SEMANTIC

#define MSGCAT_SET_PARSER_SEMANTIC `8`

define MSGCAT_SET_PARSER_SYNTAX

#define MSGCAT_SET_PARSER_SYNTAX `7`

define MSGCAT_SET_TRIGGER

#define MSGCAT_SET_TRIGGER `13`

define MSGCAT_TRIGGER_TRACE_ACTION

#define MSGCAT_TRIGGER_TRACE_ACTION `2`

define MSGCAT_TRIGGER_TRACE_CONDITION

#define MSGCAT_TRIGGER_TRACE_CONDITION `1`


The documentation for this class was generated from the following file cubrid/src/base/message_catalog.h