monetdb.binding

Undocumented in source.

Members

Aliases

Mapi
alias Mapi = MapiStruct*
Undocumented in source.
MapiHdl
alias MapiHdl = MapiStatement*
Undocumented in source.
MapiMsg
alias MapiMsg = int
Undocumented in source.

Enums

MAPI_AUTO
anonymousenum MAPI_AUTO
Undocumented in source.
MAPI_SEEK_SET
anonymousenum MAPI_SEEK_SET
Undocumented in source.
MOK
anonymousenum MOK
Undocumented in source.
sql_query_t
enum sql_query_t
Undocumented in source.

Functions

mapi_bind
MapiMsg mapi_bind(MapiHdl hdl, int fnr, char** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_bind_numeric
MapiMsg mapi_bind_numeric(MapiHdl hdl, int fnr, int scale, int precision, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_bind_var
MapiMsg mapi_bind_var(MapiHdl hdl, int fnr, int type, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_cache_freeup
MapiMsg mapi_cache_freeup(MapiHdl hdl, int percentage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_cache_limit
MapiMsg mapi_cache_limit(Mapi mid, int limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_clear_bindings
MapiMsg mapi_clear_bindings(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_clear_params
MapiMsg mapi_clear_params(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_close_handle
MapiMsg mapi_close_handle(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_connect
Mapi mapi_connect(const(char)* host, int port, const(char)* username, const(char)* password, const(char)* lang, const(char)* dbname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_destroy
MapiMsg mapi_destroy(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_disconnect
MapiMsg mapi_disconnect(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_error
MapiMsg mapi_error(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_error_str
const(char)* mapi_error_str(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_execute
MapiMsg mapi_execute(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_explain
void mapi_explain(Mapi mid, FILE* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_explain_query
void mapi_explain_query(MapiHdl hdl, FILE* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_explain_result
void mapi_explain_result(MapiHdl hdl, FILE* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_all_rows
long mapi_fetch_all_rows(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_field
char* mapi_fetch_field(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_field_len
size_t mapi_fetch_field_len(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_line
char* mapi_fetch_line(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_reset
MapiMsg mapi_fetch_reset(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_fetch_row
int mapi_fetch_row(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_finish
MapiMsg mapi_finish(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_active
MapiHdl mapi_get_active(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_autocommit
bool mapi_get_autocommit(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_dbname
const(char)* mapi_get_dbname(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_digits
int mapi_get_digits(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_field_count
int mapi_get_field_count(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_host
const(char)* mapi_get_host(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_lang
const(char)* mapi_get_lang(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_last_id
long mapi_get_last_id(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_len
int mapi_get_len(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_maloptimizertime
long mapi_get_maloptimizertime(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_mapi_version
const(char)* mapi_get_mapi_version(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_monet_version
const(char)* mapi_get_monet_version(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_motd
const(char)* mapi_get_motd(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_name
char* mapi_get_name(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_query
char* mapi_get_query(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_querytime
long mapi_get_querytime(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_querytype
int mapi_get_querytype(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_row_count
long mapi_get_row_count(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_scale
int mapi_get_scale(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_sqloptimizertime
long mapi_get_sqloptimizertime(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_table
char* mapi_get_table(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_tableid
int mapi_get_tableid(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_trace
bool mapi_get_trace(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_type
char* mapi_get_type(MapiHdl hdl, int fnr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_uri
const(char)* mapi_get_uri(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_get_user
const(char)* mapi_get_user(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_is_connected
bool mapi_is_connected(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_log
MapiMsg mapi_log(Mapi mid, const(char)* nme)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_mapi
Mapi mapi_mapi(const(char)* host, int port, const(char)* username, const(char)* password, const(char)* lang, const(char)* dbname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_mapiuri
Mapi mapi_mapiuri(const(char)* url, const(char)* user, const(char)* pass, const(char)* lang)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_more_results
bool mapi_more_results(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_needmore
MapiMsg mapi_needmore(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_new_handle
MapiHdl mapi_new_handle(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_next_result
MapiMsg mapi_next_result(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_noexplain
void mapi_noexplain(Mapi mid, const(char)* errorprefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_param
MapiMsg mapi_param(MapiHdl hdl, int fnr, char** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_param_numeric
MapiMsg mapi_param_numeric(MapiHdl hdl, int fnr, int scale, int precision, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_param_string
MapiMsg mapi_param_string(MapiHdl hdl, int fnr, int sqltype, char* ptr, int* sizeptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_param_type
MapiMsg mapi_param_type(MapiHdl hdl, int fnr, int ctype, int sqltype, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_ping
MapiMsg mapi_ping(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_prepare
MapiHdl mapi_prepare(Mapi mid, const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_prepare_handle
MapiMsg mapi_prepare_handle(MapiHdl hdl, const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_query
MapiHdl mapi_query(Mapi mid, const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_query_done
MapiMsg mapi_query_done(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_query_handle
MapiMsg mapi_query_handle(MapiHdl hdl, const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_query_part
MapiMsg mapi_query_part(MapiHdl hdl, const(char)* cmd, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_query_prep
MapiHdl mapi_query_prep(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_quote
char* mapi_quote(const(char)* msg, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_read_response
MapiMsg mapi_read_response(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_reconnect
MapiMsg mapi_reconnect(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_release_id
MapiMsg mapi_release_id(Mapi mid, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_resolve
char** mapi_resolve(const(char)* host, int port, const(char)* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_result_error
const(char)* mapi_result_error(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_result_errorcode
const(char)* mapi_result_errorcode(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_rows_affected
long mapi_rows_affected(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_seek_row
MapiMsg mapi_seek_row(MapiHdl hdl, long rowne, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_send
MapiHdl mapi_send(Mapi mid, const(char)* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_setAutocommit
MapiMsg mapi_setAutocommit(Mapi mid, bool autocommit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_set_size_header
MapiMsg mapi_set_size_header(Mapi mid, bool value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_setfilecallback
void mapi_setfilecallback(Mapi mid, char* function(void* priv, const(char)* filename, bool binary, ulong offset, size_t* size) getfunc, char* function(void* priv, const(char)* filename, const(void)* data, size_t size) putfunc, void* priv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_split_line
int mapi_split_line(MapiHdl hdl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_start_talking
MapiMsg mapi_start_talking(Mapi mid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_store_field
MapiMsg mapi_store_field(MapiHdl hdl, int fnr, int outtype, void* outparam)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_timeout
MapiMsg mapi_timeout(Mapi mid, uint time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_trace
void mapi_trace(Mapi mid, bool flag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mapi_unquote
char* mapi_unquote(char* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

MapiDate
struct MapiDate
Undocumented in source.
MapiDateTime
struct MapiDateTime
Undocumented in source.
MapiStatement
struct MapiStatement
Undocumented in source.
MapiStruct
struct MapiStruct
Undocumented in source.
MapiTime
struct MapiTime
Undocumented in source.

Variables

PLACEHOLDER
enum int PLACEHOLDER;
Undocumented in source.
PROMPT1
enum const(char*) PROMPT1;
Undocumented in source.
PROMPT2
enum const(char*) PROMPT2;
Undocumented in source.
PROMPT3
enum const(char*) PROMPT3;
Undocumented in source.
PROMPTBEG
enum int PROMPTBEG;
Undocumented in source.

Meta