Skip to content

File load_db_value_converter.cpp

FileList > cubrid > src > loaddb > load_db_value_converter.cpp

Go to the source code of this file

  • #include "load_db_value_converter.hpp"
  • #include "db_date.h"
  • #include "db_json.hpp"
  • #include "dbtype.h"
  • #include "language_support.h"
  • #include "load_class_registry.hpp"
  • #include "numeric_opfunc.h"
  • #include "object_domain.h"
  • #include "object_primitive.h"
  • #include "object_representation.h"
  • #include "string_opfunc.h"
  • #include <array>
  • #include <cassert>
  • #include <cmath>
  • #include <cstring>
  • #include "memory_wrapper.hpp"

Namespaces

Type Name
namespace cubload

Public Attributes

Type Name
const std::size_t MAX_DIGITS_FOR_BIGINT = 19
const std::size_t MAX_DIGITS_FOR_INT = 10
const std::size_t MAX_DIGITS_FOR_SHORT = 5

Public Attributes Documentation

variable MAX_DIGITS_FOR_BIGINT

const std::size_t MAX_DIGITS_FOR_BIGINT;

variable MAX_DIGITS_FOR_INT

const std::size_t MAX_DIGITS_FOR_INT;

variable MAX_DIGITS_FOR_SHORT

const std::size_t MAX_DIGITS_FOR_SHORT;


The documentation for this class was generated from the following file cubrid/src/loaddb/load_db_value_converter.cpp