A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/parameters_8hpp_source.html below:

NCBI C++ ToolKit: include/dbapi/driver/util/parameters.hpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef DBAPI_DRIVER_UTIL___PARAMETERS__HPP 2 #define DBAPI_DRIVER_UTIL___PARAMETERS__HPP 54  bool

BindParam(

unsigned int

param_no,

const string

& param_name,

56  bool

SetParam(

unsigned int

param_no,

const string

& param_name,

60  return static_cast<unsigned int>

(m_Params.size());

64  return

(param_no >= NofParams()) ? 0 : m_Params[param_no].m_Param;

68  return

(param_no >= NofParams()) ?

kEmptyStr

: m_Params[param_no].m_Name;

72  unsigned int

GetParamNum(

const string

& param_name)

const

;

74  unsigned int

GetParamNum(

unsigned int

param_no,

const string

& param_name);

84  return

(param_no >= NofParams()) ? 0 : m_Params[param_no].m_Status;

101  bool

GetParamNumInternal(

const string

& param_name,

unsigned int

& param_num)

const

;

107  void

Bind(

const string

& param_name,

CDB_Object

* param,

bool

is_out =

false

);

108  void

Set(

const string

& param_name,

CDB_Object

* param,

bool

is_out =

false

);

111  if

((m_Status & fSet) != 0) {

CDB_Object * GetParam(unsigned int param_no) const

bool IsLocked(void) const

const string & GetParamName(unsigned int param_no) const

TStatus GetParamStatus(unsigned int param_no) const

unsigned int NofParams() const

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define NCBI_DBAPIDRIVER_EXPORT

string g_SubstituteParam(const string &query, const string &name, const string &val)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4