summaryrefslogtreecommitdiff
path: root/docs/doxygen/latex/xbsql_8h_source.tex
blob: f42eca32857610cc747307002999aed0d0a80be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\hypertarget{xbsql_8h_source}{}\doxysection{xbsql.\+h}
\label{xbsql_8h_source}\index{/mnt/1Tdata/xbase/xbase64-\/4.0.3/src/include/xbsql.h@{/mnt/1Tdata/xbase/xbase64-\/4.0.3/src/include/xbsql.h}}
\mbox{\hyperlink{xbsql_8h}{Go to the documentation of this file.}}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 \textcolor{comment}{/*  xbsql.h}}
\DoxyCodeLine{2 \textcolor{comment}{}}
\DoxyCodeLine{3 \textcolor{comment}{XBase64 Software Library}}
\DoxyCodeLine{4 \textcolor{comment}{}}
\DoxyCodeLine{5 \textcolor{comment}{Copyright (c) 1997,2003,2014,2022 Gary A Kunkel}}
\DoxyCodeLine{6 \textcolor{comment}{}}
\DoxyCodeLine{7 \textcolor{comment}{The xb64 software library is covered under the terms of the GPL Version 3, 2007 license.}}
\DoxyCodeLine{8 \textcolor{comment}{}}
\DoxyCodeLine{9 \textcolor{comment}{Email Contact:}}
\DoxyCodeLine{10 \textcolor{comment}{}}
\DoxyCodeLine{11 \textcolor{comment}{    XDB-\/devel@lists.sourceforge.net}}
\DoxyCodeLine{12 \textcolor{comment}{    XDB-\/users@lists.sourceforge.net}}
\DoxyCodeLine{13 \textcolor{comment}{}}
\DoxyCodeLine{14 \textcolor{comment}{This class manages a list of open tables, open indices are connected to the open tables}}
\DoxyCodeLine{15 \textcolor{comment}{}}
\DoxyCodeLine{16 \textcolor{comment}{*/}}
\DoxyCodeLine{17 }
\DoxyCodeLine{18 }
\DoxyCodeLine{19 \textcolor{preprocessor}{\#ifndef \_\_XB\_XBSQL\_H\_\_}}
\DoxyCodeLine{20 \textcolor{preprocessor}{\#define \_\_XB\_XBSQL\_H\_\_}}
\DoxyCodeLine{21 }
\DoxyCodeLine{22 \textcolor{preprocessor}{\#ifdef  CMAKE\_COMPILER\_IS\_GNUCC}}
\DoxyCodeLine{23 \textcolor{preprocessor}{\#pragma interface}}
\DoxyCodeLine{24 \textcolor{preprocessor}{\#endif}}
\DoxyCodeLine{25 }
\DoxyCodeLine{26 }
\DoxyCodeLine{27 \textcolor{preprocessor}{\#ifdef XB\_SQL\_SUPPORT}}
\DoxyCodeLine{28 }
\DoxyCodeLine{29 \textcolor{keyword}{namespace }\mbox{\hyperlink{namespacexb}{xb}}\{}
\DoxyCodeLine{30 }
\DoxyCodeLine{31 }
\DoxyCodeLine{32 \textcolor{keyword}{class }XBDLLEXPORT xbSql : \textcolor{keyword}{public} xbSsv \{}
\DoxyCodeLine{33  \textcolor{keyword}{public}:}
\DoxyCodeLine{34    \textcolor{comment}{// xbSql();}}
\DoxyCodeLine{35    xbSql( \mbox{\hyperlink{namespacexb_a97858ddeb1c4b0100f3edc1a46d3a8b0}{xbXBase}} *x );}
\DoxyCodeLine{36    \string~xbSql();}
\DoxyCodeLine{37 }
\DoxyCodeLine{38    xbInt16 ExecuteNonQuery( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{39    \mbox{\hyperlink{namespacexb_a97858ddeb1c4b0100f3edc1a46d3a8b0}{xbXBase}} *GetXbasePtr() \textcolor{keyword}{const};}
\DoxyCodeLine{40 }
\DoxyCodeLine{41  \textcolor{keyword}{protected}:}
\DoxyCodeLine{42 }
\DoxyCodeLine{43  \textcolor{keyword}{private}:}
\DoxyCodeLine{44 }
\DoxyCodeLine{45    xbInt16  SqlAlterTable( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{46 }
\DoxyCodeLine{47    xbInt16  SqlCreateTable( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{48 }
\DoxyCodeLine{49    xbInt16  SqlDelete( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{50 }
\DoxyCodeLine{51    xbInt16  SqlDropTable( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{52 }
\DoxyCodeLine{53 }
\DoxyCodeLine{54 \textcolor{preprocessor}{   \#ifdef XB\_INDEX\_SUPPORT}}
\DoxyCodeLine{55    xbInt16  SqlCreateIndex( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{56    xbInt16  SqlDropIndex( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{57 \textcolor{preprocessor}{   \#endif  }\textcolor{comment}{// XB\_INDEX\_SUPPORT}}
\DoxyCodeLine{58 }
\DoxyCodeLine{59 \textcolor{comment}{// xbInt16  SqlCreateView( const xbString \&sCmdLine );}}
\DoxyCodeLine{60 \textcolor{comment}{// xbInt16  SqlDropView( const xbString \&sCmdLine );}}
\DoxyCodeLine{61 \textcolor{comment}{// xbInt16  SqlUpdate( const xbString \&sCmdLine );}}
\DoxyCodeLine{62 \textcolor{comment}{// xbInt16  SqlSelect( const xbString \&sCmdLine );}}
\DoxyCodeLine{63 }
\DoxyCodeLine{64    \textcolor{keywordtype}{void}     SqlHelp() \textcolor{keyword}{const};}
\DoxyCodeLine{65    xbInt16  SqlInsert( \textcolor{keyword}{const} xbString \&sCmLine );}
\DoxyCodeLine{66    xbInt16  SqlSet( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{67    xbInt16  SqlUse( \textcolor{keyword}{const} xbString \&sCmdLine );}
\DoxyCodeLine{68 }
\DoxyCodeLine{69    \mbox{\hyperlink{namespacexb_a97858ddeb1c4b0100f3edc1a46d3a8b0}{xbXBase}} *xbase;}
\DoxyCodeLine{70    xbUda   uda;}
\DoxyCodeLine{71 }
\DoxyCodeLine{72 \};}
\DoxyCodeLine{73 }
\DoxyCodeLine{74 \}        \textcolor{comment}{/* namespace xb    */}}
\DoxyCodeLine{75 \textcolor{preprocessor}{\#endif   }\textcolor{comment}{/* XB\_SQL\_SUPPORT  */}\textcolor{preprocessor}{}}
\DoxyCodeLine{76 \textcolor{preprocessor}{\#endif   }\textcolor{comment}{/* \_\_XB\_XBSQL\_H\_\_  */}\textcolor{preprocessor}{}}

\end{DoxyCode}