home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / a / a610 / 4.ddi / INCL / SQLSTYPE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-08  |  1.9 KB  |  73 lines

  1. /***************************************************************************
  2.  *
  3.  *                    RELATIONAL DATABASE SYSTEMS, INC.
  4.  *
  5.  *  COPYRIGHT (c) 1981-1986 RELATIONAL DATABASE SYSTEMS, INC., PALO ALTO, 
  6.  *  CALIFORNIA.  All rights reserved.  No part of this work covered by the 
  7.  *  copyright hereon may be reproduced or used in any form or by any means 
  8.  *  -- graphic, electronic, or mechanical, including photocopying, 
  9.  *     recording, taping, or information storage and retrieval systems --
  10.  *  without permission of RDS.
  11.  *
  12.  *  Title:    sqlmsgtype.h
  13.  *  Sccsid:    @(#)sqlstype.h    4.6    2/5/87    18:02:40    
  14.  *  Description:
  15.  *        defined symbols for SQL statement types
  16.  *
  17.  ***************************************************************************
  18.  */
  19.  
  20. /*
  21.  * SQL statement types
  22.  */
  23.  
  24. #define SQ_DATABASE    1
  25. #define SQ_SELECT    2
  26. #define SQ_SELINTO    3
  27. #define SQ_UPDATE    4
  28. #define SQ_DELETE    5
  29. #define SQ_INSERT    6
  30. #define SQ_UPDCURR    7
  31. #define SQ_DELCURR    8
  32. #define SQ_LDINSERT    9
  33. #define SQ_LOCK        10
  34. #define SQ_UNLOCK    11
  35. #define SQ_CREADB    12
  36. #define SQ_DROPDB    13
  37. #define SQ_CRETAB    14
  38. #define SQ_DRPTAB    15
  39. #define SQ_CREIDX    16
  40. #define SQ_DRPIDX    17
  41. #define SQ_GRANT    18
  42. #define SQ_REVOKE    19
  43. #define SQ_RENTAB    20
  44. #define SQ_RENCOL    21
  45. #define SQ_CREAUD    22
  46. #define SQ_STRAUD    23
  47. #define SQ_STPAUD    24
  48. #define SQ_DRPAUD    25
  49. #define SQ_RECTAB    26
  50. #define SQ_CHKTAB    27
  51. #define SQ_REPTAB    28
  52. #define SQ_ALTER    29
  53. #define SQ_STATS    30
  54. #define SQ_CLSDB    31
  55. #define SQ_DELALL    32
  56. #define SQ_UPDALL    33
  57. #define SQ_BEGWORK    34
  58. #define SQ_COMMIT    35
  59. #define SQ_ROLLBACK    36
  60. #define SQ_SAVEPOINT    37
  61. #define SQ_STARTDB    38
  62. #define SQ_RFORWARD    39
  63. #define SQ_CREVIEW    40
  64. #define SQ_DROPVIEW    41
  65. #define SQ_DEBUG    42
  66. #define SQ_CREASYN    43
  67. #define SQ_DROPSYN    44
  68. #define SQ_CTEMP    45
  69. #define SQ_WAITFOR    46
  70. #define SQ_ALTIDX       47
  71. #define SQ_ISOLATE    48
  72. #define SQ_SETLOG    49
  73.