diff options
Diffstat (limited to 'doc/latex/classcRow.tex')
-rw-r--r-- | doc/latex/classcRow.tex | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/latex/classcRow.tex b/doc/latex/classcRow.tex new file mode 100644 index 0000000..91661ff --- /dev/null +++ b/doc/latex/classcRow.tex @@ -0,0 +1,92 @@ +\hypertarget{classcRow}{ +\section{cRow Class Reference} +\label{classcRow}\index{cRow@{cRow}} +} +{\tt \#include $<$database.h$>$} + +\subsection*{Public Member Functions} +\begin{CompactItemize} +\item +int \hyperlink{classcRow_88b64cc4fcf8f0974f2cf11e875fbaf4}{Count} () +\item +bool \hyperlink{classcRow_4b1e1e5ffe36d35c61476bc2e4ef4eb1}{fetchColumn} (cString $\ast$Column, cString $\ast$Value) +\item +bool \hyperlink{classcRow_a2dcc3d44451c793483493502ef72eb1}{fetchColumn} (char $\ast$$\ast$Column, char $\ast$$\ast$Value) +\end{CompactItemize} +\subsection*{Friends} +\begin{CompactItemize} +\item +\hypertarget{classcRow_224b94ad297724d01a0ad06388446137}{ +class \hyperlink{classcRow_224b94ad297724d01a0ad06388446137}{cSQLiteDatabase}} +\label{classcRow_224b94ad297724d01a0ad06388446137} + +\end{CompactItemize} + + +\subsection{Detailed Description} +Result row of a SQL SELECT request + +This is a single row of a \{{\tt SQL} SELECT\} request. + +\begin{Desc} +\item[See also:]\hyperlink{classcRows}{cRows} \end{Desc} + + +\subsection{Member Function Documentation} +\hypertarget{classcRow_88b64cc4fcf8f0974f2cf11e875fbaf4}{ +\index{cRow@{cRow}!Count@{Count}} +\index{Count@{Count}!cRow@{cRow}} +\subsubsection[{Count}]{\setlength{\rightskip}{0pt plus 5cm}int cRow::Count ()\hspace{0.3cm}{\tt \mbox{[}inline\mbox{]}}}} +\label{classcRow_88b64cc4fcf8f0974f2cf11e875fbaf4} + + +Number of columns in this row + +\begin{Desc} +\item[Returns:]the number of rows \end{Desc} +\hypertarget{classcRow_a2dcc3d44451c793483493502ef72eb1}{ +\index{cRow@{cRow}!fetchColumn@{fetchColumn}} +\index{fetchColumn@{fetchColumn}!cRow@{cRow}} +\subsubsection[{fetchColumn}]{\setlength{\rightskip}{0pt plus 5cm}bool cRow::fetchColumn (char $\ast$$\ast$ {\em Column}, \/ char $\ast$$\ast$ {\em Value})}} +\label{classcRow_a2dcc3d44451c793483493502ef72eb1} + + +Fetches a Column + +This will fetch a column of this row and stores the name of the column in the first parameter and the value in the second parameter. + +\begin{Desc} +\item[Returns:]returns\begin{itemize} +\item {\bf {\tt true},} if more columns to come\item {\bf {\tt false},} if the column is its last in this row. \end{itemize} +\end{Desc} +\begin{Desc} +\item[Parameters:] +\begin{description} +\item[{\em Column}]The name of the current column \item[{\em Value}]The value of the current column \end{description} +\end{Desc} +\hypertarget{classcRow_4b1e1e5ffe36d35c61476bc2e4ef4eb1}{ +\index{cRow@{cRow}!fetchColumn@{fetchColumn}} +\index{fetchColumn@{fetchColumn}!cRow@{cRow}} +\subsubsection[{fetchColumn}]{\setlength{\rightskip}{0pt plus 5cm}bool cRow::fetchColumn (cString $\ast$ {\em Column}, \/ cString $\ast$ {\em Value})}} +\label{classcRow_4b1e1e5ffe36d35c61476bc2e4ef4eb1} + + +Fetches a Column + +This will fetch a column of this row and stores the name of the column in the first parameter and the value in the second parameter. + +\begin{Desc} +\item[Returns:]returns\begin{itemize} +\item {\bf {\tt true},} if more columns to come\item {\bf {\tt false},} if the column is its last in this row. \end{itemize} +\end{Desc} +\begin{Desc} +\item[Parameters:] +\begin{description} +\item[{\em Column}]The name of the current column \item[{\em Value}]The value of the current value \end{description} +\end{Desc} + + +The documentation for this class was generated from the following files:\begin{CompactItemize} +\item +database/database.h\item +database/database.cpp\end{CompactItemize} |