CUBRID Engine  latest
db_value_printer.hpp File Reference
#include <cstdio>
Include dependency graph for db_value_printer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  db_value_printer
 

Functions

void db_fprint_value (FILE *fp, const db_value *value)
 
void db_print_value (print_output &output_ctx, const db_value *value)
 
void db_sprint_value (const db_value *value, string_buffer &sb)
 

Function Documentation

void db_print_value ( print_output output_ctx,
const db_value value 
)
void db_sprint_value ( const db_value value,
string_buffer sb 
)