Skip to content

Struct sp_info

ClassList > sp_info

  • #include <sp_catalog.hpp>

Public Attributes

Type Name
std::vector< sp_arg_info > args
std::string comment
DB_DATETIME created_time
SP_DIRECTIVE_ENUM directive
bool is_system_generated
SP_LANG_ENUM lang
MOP owner
std::string pkg_name
DB_TYPE return_type
std::string sp_name
SP_TYPE_ENUM sp_type
SP_SQL_DATA_ACCESS_TYPE sql_data_access
std::string target_class
std::string target_method
std::string unique_name
DB_DATETIME updated_time

Public Functions

Type Name
sp_info ()

Public Attributes Documentation

variable args

std::vector<sp_arg_info> sp_info::args;

variable comment

std::string sp_info::comment;

variable created_time

DB_DATETIME sp_info::created_time;

variable directive

SP_DIRECTIVE_ENUM sp_info::directive;

variable is_system_generated

bool sp_info::is_system_generated;

variable lang

SP_LANG_ENUM sp_info::lang;

variable owner

MOP sp_info::owner;

variable pkg_name

std::string sp_info::pkg_name;

variable return_type

DB_TYPE sp_info::return_type;

variable sp_name

std::string sp_info::sp_name;

variable sp_type

SP_TYPE_ENUM sp_info::sp_type;

variable sql_data_access

SP_SQL_DATA_ACCESS_TYPE sp_info::sql_data_access;

variable target_class

std::string sp_info::target_class;

variable target_method

std::string sp_info::target_method;

variable unique_name

std::string sp_info::unique_name;

variable updated_time

DB_DATETIME sp_info::updated_time;

Public Functions Documentation

function sp_info

inline sp_info::sp_info () 


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