Skip to content

Struct cubload::constant_type

ClassList > cubload > constant_type

  • #include <load_common.hpp>

Public Attributes

Type Name
constant_type * last
constant_type * next
data_type type
void * val

Public Functions

Type Name
constant_type ()
constant_type (data_type type, void * val)
~constant_type () = default

Public Attributes Documentation

variable last

constant_type* cubload::constant_type::last;

variable next

constant_type* cubload::constant_type::next;

variable type

data_type cubload::constant_type::type;

variable val

void* cubload::constant_type::val;

Public Functions Documentation

function constant_type [1/2]

cubload::constant_type::constant_type () 

function constant_type [2/2]

cubload::constant_type::constant_type (
    data_type type,
    void * val
) 

function ~constant_type

cubload::constant_type::~constant_type () = default


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