odbx.h | odbx.h | |||
---|---|---|---|---|
skipping to change at line 188 | skipping to change at line 188 | |||
const char* odbx_column_name( odbx_result_t* result, unsigned long pos ); | const char* odbx_column_name( odbx_result_t* result, unsigned long pos ); | |||
int odbx_column_type( odbx_result_t* result, unsigned long pos ); | int odbx_column_type( odbx_result_t* result, unsigned long pos ); | |||
unsigned long odbx_field_length( odbx_result_t* result, unsigned long pos ) ; | unsigned long odbx_field_length( odbx_result_t* result, unsigned long pos ) ; | |||
const char* odbx_field_value( odbx_result_t* result, unsigned long pos ); | const char* odbx_field_value( odbx_result_t* result, unsigned long pos ); | |||
int odbx_field_bind( odbx_result_t* result, unsigned long pos, int type, vo id* buffer, unsigned long* buflen ); | int odbx_field_bind( odbx_result_t* result, unsigned long pos, int type, vo id* buffer, unsigned long* buflen ); | |||
// Depricated | /* | |||
* Depricated functions | ||||
* | ||||
* They won't be available in version 2.0 any more | ||||
* Please don't use or replace them in your code | ||||
*/ | ||||
#ifdef ODBX_DEPRICATED | ||||
int odbx_bind_simple( odbx_t* handle, const char* database, const char* use rname, const char* password ); | int odbx_bind_simple( odbx_t* handle, const char* database, const char* use rname, const char* password ); | |||
#endif | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 11 lines changed or added | |||