MCPcopy Create free account
hub / github.com/MariaDB/server / GetIntValue

Method GetIntValue

storage/connect/xobject.cpp:64–68  ·  view source on GitHub ↗

/ GetIntValue: returns the Result value as a int integer. */ /

Source from the content-addressed store, hash-verified

62/* GetIntValue: returns the Result value as a int integer. */
63/***********************************************************************/
64int XOBJECT::GetIntValue(void)
65 {
66 ASSERT(Value)
67 return Value->GetIntValue();
68 } // end of GetIntValue
69
70/***********************************************************************/
71/* GetFloatValue: returns the Result value as a double float. */

Callers 1

RephraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected