mysql_stmt_send_long_data - Online Linux Manual Page
Section : 3
Updated :
Source : Version 3.2.2
Note : MariaDB Connector/C
Namemysql_stmt_send_long_data − Sends data in chunks
Synopsis
#include <mysql.h>
my_bool mysql_stmt_send_long_data(MYSQL_STMT * stmt,
unsigned int,
const char * data,
unsigned long);
DescriptionAllows sending parameter data to the server in pieces (or chunks), e.g. if the size of a blob exceeds the size of max_allowed_packet size. This function can be called multiple times to send the parts of a character or binary data value for a column, which must be one of the TEXT or BLOB datatypes.
Parameter• stmt − a statement handle, which was previously allocated by mysql_stmt_init(3). • param_no − indicates which parameter to associate the data with. Parameters are numbered beginning with 0. • data − a buffer containing the data to send. • long − size of the data buffer.
Return valueReturns zero on success, nonzero if an error occurred.
Notes• mysql_stmt_send_long_data() must be called before mysql_stmt_execute(3). • bound variables for this column will be ignored when calling mysql_stmt_execute(3).
See also• mysql_stmt_execute(3). 0
Johanes Gumabo
Data Size : 6,552 byte
man-mysql_stmt_send_long_data.3Build : 2025-03-22, 13:26 :
Visitor Screen : x
Visitor Counter ( page / site ) : 36 / 2,324,797
Visitor ID : :
Visitor IP : 216.73.216.66 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 20 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 25.03.22
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.