From 517ad9d4b6eae320b708d03a9340a22893b0cab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 29 Jan 2023 15:45:51 +0100 Subject: New upstream version 4.0.3 --- docs/doxygen/html/xbsql_8h_source.html | 57 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 25 deletions(-) (limited to 'docs/doxygen/html/xbsql_8h_source.html') diff --git a/docs/doxygen/html/xbsql_8h_source.html b/docs/doxygen/html/xbsql_8h_source.html index 1c0f4c1..4f38716 100644 --- a/docs/doxygen/html/xbsql_8h_source.html +++ b/docs/doxygen/html/xbsql_8h_source.html @@ -5,7 +5,7 @@ -Xbase64: /mnt/1Tdata/xbase/xbase64-4.0.2/src/include/xbsql.h Source File +Xbase64: /mnt/1Tdata/xbase/xbase64-4.0.3/src/include/xbsql.h Source File @@ -114,31 +114,38 @@ $(function() {
42
43 private:
44
-
45 xbInt16 SqlCreateTable( const xbString &sCmdLine );
-
46 xbInt16 SqlCreateIndex( const xbString &sCmdLine );
-
47
-
48 xbInt16 SqlDropIndex( const xbString &sCmdLine );
-
49 xbInt16 SqlDropTable( const xbString &sCmdLine );
+
45 xbInt16 SqlAlterTable( const xbString &sCmdLine );
+
46
+
47 xbInt16 SqlCreateTable( const xbString &sCmdLine );
+
48
+
49 xbInt16 SqlDelete( const xbString &sCmdLine );
50
-
51
-
52// xbInt16 SqlCreateView( const xbString &sCmdLine );
-
53// xbInt16 SqlDropView( const xbString &sCmdLine );
-
54// xbInt16 SqlUpdate( const xbString &sCmdLine );
-
55// xbInt16 SqlSelect( const xbString &sCmdLine );
-
56
-
57 void SqlHelp() const;
-
58 xbInt16 SqlInsert( const xbString &sCmLine );
-
59 xbInt16 SqlSet( const xbString &sCmdLine );
-
60 xbInt16 SqlUse( const xbString &sCmdLine );
-
61
-
62 xbXBase *xbase;
-
63 xbUda uda;
-
64
-
65};
-
66
-
67} /* namespace xb */
-
68#endif /* XB_SQL_SUPPORT */
-
69#endif /* __XB_XBSQL_H__ */
+
51 xbInt16 SqlDropTable( const xbString &sCmdLine );
+
52
+
53
+
54 #ifdef XB_INDEX_SUPPORT
+
55 xbInt16 SqlCreateIndex( const xbString &sCmdLine );
+
56 xbInt16 SqlDropIndex( const xbString &sCmdLine );
+
57 #endif // XB_INDEX_SUPPORT
+
58
+
59// xbInt16 SqlCreateView( const xbString &sCmdLine );
+
60// xbInt16 SqlDropView( const xbString &sCmdLine );
+
61// xbInt16 SqlUpdate( const xbString &sCmdLine );
+
62// xbInt16 SqlSelect( const xbString &sCmdLine );
+
63
+
64 void SqlHelp() const;
+
65 xbInt16 SqlInsert( const xbString &sCmLine );
+
66 xbInt16 SqlSet( const xbString &sCmdLine );
+
67 xbInt16 SqlUse( const xbString &sCmdLine );
+
68
+
69 xbXBase *xbase;
+
70 xbUda uda;
+
71
+
72};
+
73
+
74} /* namespace xb */
+
75#endif /* XB_SQL_SUPPORT */
+
76#endif /* __XB_XBSQL_H__ */
Definition: xbdate.cpp:19
class XBDLLEXPORT xbXBase
Definition: xbssv.h:27
-- cgit v1.2.3