NCBI C++ ToolKit
|
#include <dbapi/driver/public.hpp>
#include <dbapi/driver/util/parameters.hpp>
#include <corelib/ncbi_safe_static.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CInterfaceHook< I > |
class | CMsgHandlerGuard |
class | impl::CDBBindedParams |
class | impl::CCachedRowInfo |
struct | impl::CCachedRowInfo::SInfo |
class | impl::CRowInfo_SP_SQL_Server |
class | impl::CMsgHandlerGuard |
Namespaces | |
impl | |
Typedefs | |
typedef CEndpointKey | impl::TEndpointKey |
typedef int | impl::TBinaryToHexFlags |
Enumerations | |
enum | impl::EBinaryToHexFlags { impl::fB2H_NoFinalNul = 0x1 , impl::fB2H_NoPrefix = 0x2 } |
Functions | |
string | impl::ConvertN2A (Uint4 host) |
TEndpointKey | impl::MakeEndpointKey (Uint4 host, Uint2 port) |
Uint4 | impl::GetHost (TEndpointKey key) |
Uint2 | impl::GetPort (TEndpointKey key) |
SIZE_TYPE | impl::GetValidUTF8Len (const CTempString &ts) |
size_t | impl::binary_to_hex_string (char *buffer, size_t buffer_size, const void *value, size_t value_size, TBinaryToHexFlags flags=0) |