TinyMUSH 3.3
TinyMUSH Server
|
Module placeholder when no SQL interface is implemented. More...
Macros | |
#define | SQL_NONE_ERROR "NO EXTERNAL SQL DATABASE CONNECTIVITY IS CONFIGURED" |
Functions | |
void | sql_shutdown (dbref player, dbref cause, char *buff, char **bufc) |
int | sql_init (dbref player, dbref cause, char *buff, char **bufc) |
int | sql_query (dbref player, char *q_string, char *buff, char **bufc, const Delim *row_delim, const Delim *field_delim) |
Module placeholder when no SQL interface is implemented.