Skip to content

Struct sp_arg_info

ClassList > sp_arg_info

  • #include <sp_catalog.hpp>

Public Attributes

Type Name
std::string arg_name
std::string comment
DB_TYPE data_type
DB_VALUE default_value
int index_of
bool is_optional
bool is_system_generated
SP_MODE_ENUM mode
std::string sp_name

Public Functions

Type Name
sp_arg_info (const std::string & s_name)
sp_arg_info ()

Public Attributes Documentation

variable arg_name

std::string sp_arg_info::arg_name;

variable comment

std::string sp_arg_info::comment;

variable data_type

DB_TYPE sp_arg_info::data_type;

variable default_value

DB_VALUE sp_arg_info::default_value;

variable index_of

int sp_arg_info::index_of;

variable is_optional

bool sp_arg_info::is_optional;

variable is_system_generated

bool sp_arg_info::is_system_generated;

variable mode

SP_MODE_ENUM sp_arg_info::mode;

variable sp_name

std::string sp_arg_info::sp_name;

Public Functions Documentation

function sp_arg_info [1/2]

inline sp_arg_info::sp_arg_info (
    const std::string & s_name
) 

function sp_arg_info [2/2]

inline sp_arg_info::sp_arg_info () 


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