Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support all the different data types #5

Open
brettlangdon opened this issue Nov 1, 2013 · 1 comment
Open

support all the different data types #5

brettlangdon opened this issue Nov 1, 2013 · 1 comment
Assignees

Comments

@brettlangdon
Copy link
Owner

right now it barely supports any because I just want to get a working prototype done.

but should support xml and uri and date and time and etc etc.

@ghost ghost assigned brettlangdon Nov 2, 2013
@brettlangdon
Copy link
Owner Author

wg_int wg_encode_null(void* db, wg_int data);
wg_int wg_encode_int(void* db, wg_int data);
wg_int wg_encode_char(void* db, char data);
wg_int wg_encode_record(void* db, void* data);
wg_int wg_encode_double(void* db, double data);
wg_int wg_encode_fixpoint(void* db, double data);
wg_int wg_encode_date(void* db, int data);
wg_int wg_encode_time(void* db, int data);
wg_int wg_encode_str(void* db, char* str, char* lang);
wg_int wg_encode_xmlliteral(void* db, char* str, char* xsdtype);
wg_int wg_encode_uri(void* db, char* str, char* nspace);
wg_int wg_encode_blob(void* db, char* str, char* type, wg_int len);
wg_int wg_encode_var(void* db, wg_int data);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant