~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to Drivers/PostgreSQL/convert.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
int copy_and_convert_field_bindinfo(StatementClass *stmt, Int4 field_type, void *value, int col);
33
33
int copy_and_convert_field(StatementClass *stmt, Int4 field_type, void *value, Int2 fCType, 
34
 
                                                   PTR rgbValue, SDWORD cbValueMax, SDWORD *pcbValue);
 
34
                                                   PTR rgbValue, SDWORD cbValueMax, SQLLEN *pcbValue);
35
35
 
36
36
int copy_statement_with_parameters(StatementClass *stmt);
37
37
char *convert_escape(char *value);