item_create.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:6k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
  2.    This program is free software; you can redistribute it and/or modify
  3.    it under the terms of the GNU General Public License as published by
  4.    the Free Software Foundation; either version 2 of the License, or
  5.    (at your option) any later version.
  6.    This program is distributed in the hope that it will be useful,
  7.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  8.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  9.    GNU General Public License for more details.
  10.    You should have received a copy of the GNU General Public License
  11.    along with this program; if not, write to the Free Software
  12.    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
  13. /* Functions to create an item. Used by lex.h */
  14. Item *create_func_abs(Item* a);
  15. Item *create_func_acos(Item* a);
  16. Item *create_func_aes_encrypt(Item* a, Item* b);
  17. Item *create_func_aes_decrypt(Item* a, Item* b);
  18. Item *create_func_ascii(Item* a);
  19. Item *create_func_asin(Item* a);
  20. Item *create_func_bin(Item* a);
  21. Item *create_func_bit_count(Item* a);
  22. Item *create_func_bit_length(Item* a);
  23. Item *create_func_coercibility(Item* a);
  24. Item *create_func_ceiling(Item* a);
  25. Item *create_func_char_length(Item* a);
  26. Item *create_func_cast(Item *a, Cast_target cast_type, int len, CHARSET_INFO *cs);
  27. Item *create_func_connection_id(void);
  28. Item *create_func_conv(Item* a, Item *b, Item *c);
  29. Item *create_func_cos(Item* a);
  30. Item *create_func_cot(Item* a);
  31. Item *create_func_crc32(Item* a);
  32. Item *create_func_date_format(Item* a,Item *b);
  33. Item *create_func_dayname(Item* a);
  34. Item *create_func_dayofmonth(Item* a);
  35. Item *create_func_dayofweek(Item* a);
  36. Item *create_func_dayofyear(Item* a);
  37. Item *create_func_degrees(Item *);
  38. Item *create_func_exp(Item* a);
  39. Item *create_func_find_in_set(Item* a, Item *b);
  40. Item *create_func_floor(Item* a);
  41. Item *create_func_found_rows(void);
  42. Item *create_func_from_days(Item* a);
  43. Item *create_func_get_lock(Item* a, Item *b);
  44. Item *create_func_hex(Item *a);
  45. Item *create_func_inet_aton(Item* a);
  46. Item *create_func_inet_ntoa(Item* a);
  47. Item *create_func_ifnull(Item* a, Item *b);
  48. Item *create_func_instr(Item* a, Item *b);
  49. Item *create_func_isnull(Item* a);
  50. Item *create_func_lcase(Item* a);
  51. Item *create_func_length(Item* a);
  52. Item *create_func_ln(Item* a);
  53. Item *create_func_locate(Item* a, Item *b);
  54. Item *create_func_log2(Item* a);
  55. Item *create_func_log10(Item* a);
  56. Item *create_func_lpad(Item* a, Item *b, Item *c);
  57. Item *create_func_ltrim(Item* a);
  58. Item *create_func_md5(Item* a);
  59. Item *create_func_mod(Item* a, Item *b);
  60. Item *create_func_monthname(Item* a);
  61. Item *create_func_nullif(Item* a, Item *b);
  62. Item *create_func_oct(Item *);
  63. Item *create_func_ord(Item* a);
  64. Item *create_func_period_add(Item* a, Item *b);
  65. Item *create_func_period_diff(Item* a, Item *b);
  66. Item *create_func_pi(void);
  67. Item *create_func_pow(Item* a, Item *b);
  68. Item *create_func_current_user(void);
  69. Item *create_func_quarter(Item* a);
  70. Item *create_func_radians(Item *a);
  71. Item *create_func_release_lock(Item* a);
  72. Item *create_func_repeat(Item* a, Item *b);
  73. Item *create_func_reverse(Item* a);
  74. Item *create_func_rpad(Item* a, Item *b, Item *c);
  75. Item *create_func_rtrim(Item* a);
  76. Item *create_func_sec_to_time(Item* a);
  77. Item *create_func_sign(Item* a);
  78. Item *create_func_sin(Item* a);
  79. Item *create_func_sha(Item* a);
  80. Item *create_func_soundex(Item* a);
  81. Item *create_func_space(Item *);
  82. Item *create_func_sqrt(Item* a);
  83. Item *create_func_strcmp(Item* a, Item *b);
  84. Item *create_func_tan(Item* a);
  85. Item *create_func_time_format(Item *a, Item *b);
  86. Item *create_func_time_to_sec(Item* a);
  87. Item *create_func_to_days(Item* a);
  88. Item *create_func_ucase(Item* a);
  89. Item *create_func_unhex(Item* a);
  90. Item *create_func_uuid(void);
  91. Item *create_func_version(void);
  92. Item *create_func_weekday(Item* a);
  93. Item *create_load_file(Item* a);
  94. Item *create_func_is_free_lock(Item* a);
  95. Item *create_func_is_used_lock(Item* a);
  96. Item *create_func_quote(Item* a);
  97. #ifdef HAVE_SPATIAL
  98. Item *create_func_geometry_from_text(Item *a);
  99. Item *create_func_as_wkt(Item *a);
  100. Item *create_func_as_wkb(Item *a);
  101. Item *create_func_srid(Item *a);
  102. Item *create_func_startpoint(Item *a);
  103. Item *create_func_endpoint(Item *a);
  104. Item *create_func_exteriorring(Item *a);
  105. Item *create_func_centroid(Item *a);
  106. Item *create_func_envelope(Item *a);
  107. Item *create_func_pointn(Item *a, Item *b);
  108. Item *create_func_interiorringn(Item *a, Item *b);
  109. Item *create_func_geometryn(Item *a, Item *b);
  110. Item *create_func_equals(Item *a, Item *b);
  111. Item *create_func_disjoint(Item *a, Item *b);
  112. Item *create_func_intersects(Item *a, Item *b);
  113. Item *create_func_touches(Item *a, Item *b);
  114. Item *create_func_crosses(Item *a, Item *b);
  115. Item *create_func_within(Item *a, Item *b);
  116. Item *create_func_contains(Item *a, Item *b);
  117. Item *create_func_overlaps(Item *a, Item *b);
  118. Item *create_func_isempty(Item *a);
  119. Item *create_func_issimple(Item *a);
  120. Item *create_func_isclosed(Item *a);
  121. Item *create_func_geometry_type(Item *a);
  122. Item *create_func_dimension(Item *a);
  123. Item *create_func_x(Item *a);
  124. Item *create_func_y(Item *a);
  125. Item *create_func_area(Item *a);
  126. Item *create_func_glength(Item *a);
  127. Item *create_func_numpoints(Item *a);
  128. Item *create_func_numinteriorring(Item *a);
  129. Item *create_func_numgeometries(Item *a);
  130. Item *create_func_point(Item *a, Item *b);
  131. #endif /*HAVE_SPATIAL*/
  132. Item *create_func_compress(Item *a);
  133. Item *create_func_uncompress(Item *a);
  134. Item *create_func_uncompressed_length(Item *a);
  135. Item *create_func_datediff(Item *a, Item *b);
  136. Item *create_func_weekofyear(Item *a);
  137. Item *create_func_makedate(Item* a,Item* b);
  138. Item *create_func_addtime(Item* a,Item* b);
  139. Item *create_func_subtime(Item* a,Item* b);
  140. Item *create_func_timediff(Item* a,Item* b);
  141. Item *create_func_maketime(Item* a,Item* b,Item* c);
  142. Item *create_func_str_to_date(Item* a,Item* b);
  143. Item *create_func_last_day(Item *a);