udbcext.h
上传用户:canger333
上传日期:2013-01-31
资源大小:454k
文件大小:1k
源码类别:

Oracle数据库

开发平台:

Unix_Linux

  1. /*
  2.  *  udbcext.h
  3.  *
  4.  *  $Id: udbcext.h,v 1.1 1996/04/15 15:00:49 source Exp $
  5.  *
  6.  *  OpenLink ODBC extensions and changes to the SAG specifications
  7.  *  Driver specific constants.
  8.  *
  9.  *  (C)Copyright 1993, 1994, 1995, 1996 OpenLink Software.
  10.  *  All Rights Reserved.
  11.  *
  12.  *  The copyright above and this notice must be preserved in all
  13.  *  copies of this source code.  The copyright above does not
  14.  *  evidence any actual or intended publication of this source code.
  15.  *
  16.  *  This is unpublished proprietary trade secret of OpenLink Software.
  17.  *  This source code may not be copied, disclosed, distributed, demonstrated
  18.  *  or licensed except as authorized by OpenLink Software.
  19.  */
  20. /**************************************************************************
  21.  *
  22.  *  Modification History
  23.  *
  24.  *  When Who What
  25.  *  -----------------------------------------------------------------------
  26.  *  8/1/96  MPE Created File. 
  27.  *  17/2/96 MPE Added extensions from sqlext.h
  28.  *
  29.  */
  30. #ifndef _UDBCEXT_H
  31. #define _UDBCEXT_H
  32. /*
  33.  * OpenLink API Extensions
  34.  */
  35. #define SQL_GETLASTSERIAL 1048L
  36. #define SQL_GETLASTROWID 1049L
  37. /* SQLBindParameter extensions */
  38. #define SQL_DEFAULT_PARAM            (-5)
  39. #define SQL_IGNORE                   (-6)
  40. #define SQL_LEN_DATA_AT_EXEC_OFFSET  (-100)
  41. #define SQL_LEN_DATA_AT_EXEC(length) (-length+SQL_LEN_DATA_AT_EXEC_OFFSET)
  42. #endif /* _UDBCEXT_H */