MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / indicator_pointer

Method indicator_pointer

cpp/cpp_odbc/Library/src/multi_value_buffer.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61intptr_t * multi_value_buffer::indicator_pointer()
62{
63 return indicators_.data();
64}
65
66intptr_t const * multi_value_buffer::indicator_pointer() const
67{

Callers 12

do_bind_columnMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
set_batchMethod · 0.80
do_appendMethod · 0.80
set_indicatorMethod · 0.80
set_batchMethod · 0.80
process_batchMethod · 0.80
BufferFromPrimitiveMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.64
TESTFunction · 0.64
BufferFromPrimitiveMethod · 0.64
TEST_FFunction · 0.64