|
NAMEksql_stmt_blob , ksql_stmt_bytes ,
ksql_stmt_double ,
ksql_stmt_int ,
ksql_stmt_isnull ,
ksql_stmt_str —
get the result columns of a statement
LIBRARYlibrary “ksql”SYNOPSIS#include <sys/types.h>
#include <stdint.h>
#include <ksql.h>
const void *
size_t
double
int64_t
int
const char *
DESCRIPTIONAll of these functions will soon be deprecated. See ksql_result_double(3) for replacements.These functions functions return results following ksql_stmt_step(3). They all accept stmt, the statement allocated with ksql_stmt_alloc(3); and the column to query, which starts at zero. The results are not defined for a statement without a resulting row or for columns beyond the prepared statement. The SEE ALSOsqlite3_column_blob(3)
Visit the GSP FreeBSD Man Page Interface. |