udbcext.h
资源名称:likoxglc.taz [点击查看]
上传用户:canger333
上传日期:2013-01-31
资源大小:454k
文件大小:1k
源码类别:
Oracle数据库
开发平台:
Unix_Linux
- /*
- * udbcext.h
- *
- * $Id: udbcext.h,v 1.1 1996/04/15 15:00:49 source Exp $
- *
- * OpenLink ODBC extensions and changes to the SAG specifications
- * Driver specific constants.
- *
- * (C)Copyright 1993, 1994, 1995, 1996 OpenLink Software.
- * All Rights Reserved.
- *
- * The copyright above and this notice must be preserved in all
- * copies of this source code. The copyright above does not
- * evidence any actual or intended publication of this source code.
- *
- * This is unpublished proprietary trade secret of OpenLink Software.
- * This source code may not be copied, disclosed, distributed, demonstrated
- * or licensed except as authorized by OpenLink Software.
- */
- /**************************************************************************
- *
- * Modification History
- *
- * When Who What
- * -----------------------------------------------------------------------
- * 8/1/96 MPE Created File.
- * 17/2/96 MPE Added extensions from sqlext.h
- *
- */
- #ifndef _UDBCEXT_H
- #define _UDBCEXT_H
- /*
- * OpenLink API Extensions
- */
- #define SQL_GETLASTSERIAL 1048L
- #define SQL_GETLASTROWID 1049L
- /* SQLBindParameter extensions */
- #define SQL_DEFAULT_PARAM (-5)
- #define SQL_IGNORE (-6)
- #define SQL_LEN_DATA_AT_EXEC_OFFSET (-100)
- #define SQL_LEN_DATA_AT_EXEC(length) (-length+SQL_LEN_DATA_AT_EXEC_OFFSET)
- #endif /* _UDBCEXT_H */