mysql_stmt_fetch_column — Fetches a single column in to a bind buffer
int mysql_stmt_fetch_column(MYSQL_STMT * stmt,
MYSQL_BIND * bind_arg,
unsigned int column,
unsigned long offset);
This function can be used to fetch large data of a single column in pieces.