Skip to content

File object_print.c

FileList > cubrid > src > object > object_print.c

Go to the source code of this file

  • #include "object_print.h"
  • #include "authenticate.h"
  • #include "chartype.h"
  • #include "class_description.hpp"
  • #include "dbi.h"
  • #include "dbtype.h"
  • #include "error_manager.h"
  • #include "locator_cl.h"
  • #include "message_catalog.h"
  • #include "msgcat_help.hpp"
  • #include "network_interface_cl.h"
  • #include "object_description.hpp"
  • #include "object_print_util.hpp"
  • #include "object_printer.hpp"
  • #include "printer.hpp"
  • #include "schema_manager.h"
  • #include "string_buffer.hpp"
  • #include "trigger_description.hpp"
  • #include "trigger_manager.h"

Public Functions

Type Name
char ** help_class_names (const char * qualifier)
int help_describe_mop (DB_OBJECT * obj, char * buffer, int maxlen)
void help_fprint_class_names (FILE * fp, const char * qualifier)
void help_free_class_names (char ** names)
void help_free_names (char ** names)
void help_print_describe_comment (print_output & output_ctx, const char * comment)
void help_print_info (const char * command, FILE * fpp)
void help_print_obj (print_output & output_ctx, MOP obj)
int help_trigger_names (char *** names_ptr)

Public Static Functions

Type Name
char * obj_print_next_token (char * ptr, char * buf)

Macros

Type Name
define MATCH_TOKEN (string, token) ((string == [**NULL**](freelistheap_8h.md#define-null)) ? 0 : [**intl\_mbs\_casecmp**](intl__support_8c.md#function-intl_mbs_casecmp)(string, token) == 0)

Public Functions Documentation

function help_class_names

char ** help_class_names (
    const  char * qualifier
) 

function help_describe_mop

int help_describe_mop (
    DB_OBJECT * obj,
    char * buffer,
    int maxlen
) 

function help_fprint_class_names

void help_fprint_class_names (
    FILE * fp,
    const  char * qualifier
) 

function help_free_class_names

void help_free_class_names (
    char ** names
) 

function help_free_names

void help_free_names (
    char ** names
) 

function help_print_describe_comment

void help_print_describe_comment (
    print_output & output_ctx,
    const  char * comment
) 

function help_print_info

void help_print_info (
    const  char * command,
    FILE * fpp
) 

function help_print_obj

void help_print_obj (
    print_output & output_ctx,
    MOP obj
) 

function help_trigger_names

int help_trigger_names (
    char *** names_ptr
) 

Public Static Functions Documentation

function obj_print_next_token

static char * obj_print_next_token (
    char * ptr,
    char * buf
) 

Macro Definition Documentation

define MATCH_TOKEN

#define MATCH_TOKEN (
    string,
    token
) `((string == NULL ) ? 0 : intl_mbs_casecmp (string, token) == 0)`


The documentation for this class was generated from the following file cubrid/src/object/object_print.c