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/dbapi__object__convert_8hpp_source.html below:

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

1 #ifndef DBAPI_DRIVER___DBAPI_OBJECT_CONVERT__HPP 2 #define DBAPI_DRIVER___DBAPI_OBJECT_CONVERT__HPP 58  operator bool

(

void

)

const

;

59  operator Uint1

(

void

)

const

;

60  operator Int2

(

void

)

const

;

61  operator Int4

(

void

)

const

;

62  operator Int8

(

void

)

const

;

63  operator

float(

void

)

const

;

64  operator

double(

void

)

const

;

65  operator string

(

void

)

const

;

67  operator const CTime

&(void)

const

;

83  operator bool

(

void

)

const

;

84  operator Uint1

(

void

)

const

;

85  operator Int2

(

void

)

const

;

86  operator Int4

(

void

)

const

;

87  operator Int8

(

void

)

const

;

88  operator

float(

void

)

const

;

89  operator

double(

void

)

const

;

90  operator string

(

void

)

const

;

92  operator const CTime

&(void)

const

;

108  operator bool

(

void

)

const

;

113  operator Uint1

(

void

)

const

;

114  operator Int2

(

void

)

const

;

119  operator Int4

(

void

)

const

;

124  operator Int8

(

void

)

const

;

129  operator

float(

void

)

const

;

130  operator

double(

void

)

const

;

131  operator string

(

void

)

const

;

133  operator const CTime

&(void)

const

;

149  operator bool

(

void

)

const

;

154  operator Uint1

(

void

)

const

;

155  operator Int2

(

void

)

const

;

160  operator Int4

(

void

)

const

;

165  operator Int8

(

void

)

const

;

170  operator

float(

void

)

const

;

171  operator

double(

void

)

const

;

172  operator string

(

void

)

const

;

174  operator const CTime

&(void)

const

;

181 template

<

typename

CP>

190  if

(

value

.IsNULL()) {

196  template

<

typename

TO>

197  operator

TO(

void

)

const 199  return

MakeCP<CP>(m_Value.Value());

207 template

<

typename

CP>

216  if

(

value

.IsNULL()) {

222  template

<

typename

TO>

223  operator

TO(

void

)

const 225  return

MakeCP<CP>(m_Value.Value());

233 template

<

typename

CP>

242  if

(

value

.IsNULL()) {

248  template

<

typename

TO>

249  operator

TO(

void

)

const 251  return

MakeCP<CP>(m_Value.Value());

259 template

<

typename

CP>

268  if

(

value

.IsNULL()) {

274  template

<

typename

TO>

275  operator

TO(

void

)

const 277  return

MakeCP<CP>(m_Value.Value());

285 template

<

typename

CP>

294  if

(

value

.IsNULL()) {

300  template

<

typename

TO>

301  operator

TO(

void

)

const 303  return

MakeCP<CP>(m_Value.AsString());

311 template

<

typename

CP>

320  if

(

value

.IsNULL()) {

326  template

<

typename

TO>

327  operator

TO(

void

)

const 329  return

MakeCP<CP>(m_Value.AsString());

337 template

<

typename

CP>

346  if

(

value

.IsNULL()) {

352  template

<

typename

TO>

353  operator

TO(

void

)

const 355  return

MakeCP<CP>(m_Value.AsString());

363 template

<

typename

CP>

372  if

(

value

.IsNULL()) {

378  template

<

typename

TO>

379  operator

TO(

void

)

const 381  return

MakeCP<CP>(m_Value.Value());

389 template

<

typename

CP>

398  if

(

value

.IsNULL()) {

400

(

"NULL double-precision value"

);

405  template

<

typename

TO>

406  operator

TO(

void

)

const 408  return

MakeCP<CP>(m_Value.Value());

416 template

<

typename

CP>

425  if

(

value

.IsNULL()) {

431  template

<

typename

TO>

432  operator

TO(

void

)

const 434  return

MakeCP<CP>(m_Value.Value());

442 template

<

typename

CP>

451  if

(

value

.IsNULL()) {

457  template

<

typename

TO>

458  operator

TO(

void

)

const 460  return

MakeCP<CP>(m_Value.Value());

468 template

<

typename

CP>

477  if

(

value

.IsNULL()) {

483  template

<

typename

TO>

484  operator

TO(

void

)

const 486  return

MakeCP<CP>(m_Value.Value());

494 template

<

typename

CP>

503  if

(

value

.IsNULL()) {

509  template

<

typename

TO>

510  operator

TO(

void

)

const 512  return

MakeCP<CP>(m_Value.Value());

526 template

<

typename

FROM>

534 template

<

typename

FROM>

544 template

<

typename

FROM>

552 template

<

typename

FROM>

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CDB_SmallDateTime obj_type

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

CValueConvert(const obj_type &value)

const CDB_Object obj_type

const CDB_Object obj_type

const CDB_Object obj_type

const CDB_Object obj_type

const value_slice::CValueConvert< value_slice::SRunTimeSqlCP, FROM > ConvertSQL(const FROM &value)

const value_slice::CValueConvert< value_slice::SSafeSqlCP, FROM > ConvertSQLSafe(const FROM &value)

uint8_t Uint1

1-byte (8-bit) unsigned integer

int16_t Int2

2-byte (16-bit) signed integer

int32_t Int4

4-byte (32-bit) signed integer

uint32_t Uint4

4-byte (32-bit) unsigned integer

uint16_t Uint2

2-byte (16-bit) unsigned integer

int64_t Int8

8-byte (64-bit) signed integer

uint64_t Uint8

8-byte (64-bit) unsigned integer

int8_t Int1

1-byte (8-bit) signed integer

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define NCBI_DBAPIDRIVER_EXPORT

const GenericPointer< typename T::ValueType > T2 value

const value_slice::CValueConvert< value_slice::SRunTimeCP, FROM > Convert(const FROM &value)

#define NCBI_REPORT_CONSTANT_CONVERSION_ERROR(x)


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