代码拉取完成,页面将自动刷新
/* File: lobj.h
*
* Description: See "lobj.c"
*
* Comments: See "readme.txt" for copyright and license information.
*
*/
#ifndef __LOBJ_H__
#define __LOBJ_H__
#include "psqlodbc.h"
struct lo_arg
{
int isint;
int len;
union
{
int integer;
char *ptr;
Int8 integer64;
} u;
};
#define INV_WRITE 0x00020000
#define INV_READ 0x00040000
OID odbc_lo_creat(ConnectionClass *conn, int mode);
int odbc_lo_open(ConnectionClass *conn, int lobjId, int mode);
int odbc_lo_close(ConnectionClass *conn, int fd);
Int4 odbc_lo_read(ConnectionClass *conn, int fd, char *buf, Int4 len);
Int4 odbc_lo_write(ConnectionClass *conn, int fd, char *buf, Int4 len);
Int4 odbc_lo_lseek(ConnectionClass *conn, int fd, int offset, Int4 len);
Int4 odbc_lo_tell(ConnectionClass *conn, int fd);
Int8 odbc_lo_lseek64(ConnectionClass *conn, int fd, Int8 offset, Int4 len);
Int8 odbc_lo_tell64(ConnectionClass *conn, int fd);
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。