Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blue-yonder/turbodbc
/ data_pointer
Method
data_pointer
cpp/cpp_odbc/Library/src/level2/string_buffer.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
unsigned char * string_buffer::data_pointer()
17
{
18
return data_.data();
19
}
20
21
signed short int * string_buffer::size_pointer()
22
{
Callers
10
get_diagnostic_record
Function · 0.45
do_establish_connection
Method · 0.45
do_get_string_connection_info
Method · 0.45
do_bind_column
Method · 0.45
do_bind_input_parameter
Method · 0.45
do_execute_statement
Method · 0.45
do_get_string_column_attribute
Method · 0.45
do_prepare_statement
Method · 0.45
do_describe_column
Method · 0.45
do_describe_column_wide
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected