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

MySQL数据库

开发平台:

Visual C++

  1. /* Copyright (C) 2003 MySQL 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. #include <NdbOut.hpp>
  14. #include <NDBT.hpp>
  15. #include <sqlext.h>
  16. #include <stdio.h>
  17. #include <string.h>
  18. #define FAILURE(msg) { ndbout << "TEST FAILURE: " << msg << endl 
  19.   << "-- File: " << __FILE__ << ", Line: " << __LINE__ << endl; 
  20.   return NDBT_FAILED; }
  21. char* connectString();
  22. int SQLFetchTest();
  23. int SQLDisconnectTest();
  24. int SQLTablesTest();
  25. int SQLBindColTest();
  26. int SQLGetInfoTest();
  27. int SQLGetTypeInfoTest();
  28. int SQLGetDataTest();
  29. int SQLGetFunctionsTest();
  30. int SQLColAttributeTest();
  31. int SQLColAttributeTest1();
  32. int SQLColAttributeTest2();
  33. int SQLColAttributeTest3();
  34. int SQLGetDiagRecSimpleTest();
  35. int SQLDriverConnectTest();
  36. int SQLAllocEnvTest();
  37. int SQLFreeHandleTest();
  38. int SQLFetchScrollTest();
  39. int SQLFetchTest();
  40. int SQLGetDescRecTest();
  41. int SQLSetDescFieldTest();
  42. int SQLGetDescFieldTest();
  43. int SQLSetDescRecTest();
  44. int SQLSetCursorNameTest();
  45. int SQLGetCursorNameTest();
  46. int SQLRowCountTest();
  47. int SQLGetInfoTest();
  48. int SQLTransactTest();
  49. int SQLEndTranTest();
  50. int SQLNumResultColsTest();
  51. int SQLGetTypeInfoTest();
  52. int SQLGetFunctionsTest();
  53. int SQLDescribeColTest();
  54. int SQLAllocHandleTest();
  55. int SQLCancelTest();
  56. int SQLCloseCursorTest();
  57. int SQLConnectTest();
  58. int SQLDisconnectTest();
  59. int SQLExecDirectTest();
  60. int SQLExecuteTest();
  61. int SQLFreeHandleTest();
  62. int SQLFreeStmtTest();
  63. int SQLGetConnectAttrTest();
  64. int SQLGetEnvAttrTest();
  65. int SQLGetStmtAttrTest();
  66. int SQLMoreResultsTest();
  67. int SQLPrepareTest();
  68. int SQLSetConnectAttrTest();
  69. int SQLSetEnvAttrTest();
  70. int SQLSetStmtAttrTest();
  71. // int NDBT_ALLOCHANDLE();
  72. // int NDBT_ALLOCHANDLE_HDBC();
  73. // int NDBT_SQLPrepare();
  74. // int NDBT_SQLConnect();