Oracle ODB Runtime Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Static Public Member Functions | List of all members
odb::oracle::default_value_traits< std::vector< char >, id_blob > Struct Template Reference

Public Types

typedef std::vector< char > value_type
 
typedef std::vector< char > query_type
 
typedef lob_callback image_type
 

Static Public Member Functions

static void set_value (value_type &v, result_callback_type &cb, void *&context, bool is_null)
 
static void set_image (param_callback_type &cb, const void *&context, bool &is_null, const value_type &v)
 
static bool result_callback (void *context, ub4 *position_context, void *buffer, ub4 size, chunk_position)
 
static bool param_callback (const void *context, ub4 *position_context, const void **buffer, ub4 *size, chunk_position *, void *temp_buffer, ub4 capacity)
 

Member Typedef Documentation

typedef std::vector<char> odb::oracle::default_value_traits< std::vector< char >, id_blob >::value_type
typedef std::vector<char> odb::oracle::default_value_traits< std::vector< char >, id_blob >::query_type

Member Function Documentation

static void odb::oracle::default_value_traits< std::vector< char >, id_blob >::set_value ( value_type v,
result_callback_type cb,
void *&  context,
bool  is_null 
)
inlinestatic
static void odb::oracle::default_value_traits< std::vector< char >, id_blob >::set_image ( param_callback_type cb,
const void *&  context,
bool &  is_null,
const value_type v 
)
inlinestatic
static bool odb::oracle::default_value_traits< std::vector< char >, id_blob >::result_callback ( void *  context,
ub4 position_context,
void *  buffer,
ub4  size,
chunk_position   
)
static
static bool odb::oracle::default_value_traits< std::vector< char >, id_blob >::param_callback ( const void *  context,
ub4 position_context,
const void **  buffer,
ub4 size,
chunk_position ,
void *  temp_buffer,
ub4  capacity 
)
static

The documentation for this struct was generated from the following file: