DCL 3.7.4
Loading...
Searching...
No Matches
DataSource.cpp File Reference
#include <dcl/Config.h>
#include <dcl/SQL.h>
#include <dcl/TextTemplate.h>
#include <dcl/URI.h>
#include <dcl/Html.h>
#include "HtmlPage.h"
#include "LinkUtility.h"
#include "MessageTree.h"
#include "User.h"
#include "DataSource.h"

Go to the source code of this file.

Macros

#define CM_INSERT   1
#define CM_UPDATE   2
#define CM_DELETE   3
#define CM_INVALID   0
#define CM_INSERT   1
#define CM_MODIFY   2
#define CM_INVALID   0
#define CM_INSERT   1
#define CM_MODIFY   2

Functions

 IMPLEMENT_CLASSINFO_EX (DataSourceListView, HtmlView) DataSourceListView
 IMPLEMENT_CLASSINFO_EX (DataSourceWriteForm, FormView) DataSourceWriteForm
 IMPLEMENT_CLASSINFO_EX (DataSourceDetailView, HtmlView) DataSourceDetailView

Macro Definition Documentation

◆ CM_DELETE

#define CM_DELETE   3

Definition at line 27 of file DataSource.cpp.

◆ CM_INSERT [1/3]

#define CM_INSERT   1

Definition at line 25 of file DataSource.cpp.

◆ CM_INSERT [2/3]

#define CM_INSERT   1

Definition at line 25 of file DataSource.cpp.

◆ CM_INSERT [3/3]

#define CM_INSERT   1

Definition at line 25 of file DataSource.cpp.

◆ CM_INVALID [1/2]

#define CM_INVALID   0

◆ CM_INVALID [2/2]

#define CM_INVALID   0

◆ CM_MODIFY [1/2]

#define CM_MODIFY   2

◆ CM_MODIFY [2/2]

#define CM_MODIFY   2

◆ CM_UPDATE

#define CM_UPDATE   2

Definition at line 26 of file DataSource.cpp.

Function Documentation

◆ IMPLEMENT_CLASSINFO_EX() [1/3]

IMPLEMENT_CLASSINFO_EX ( DataSourceDetailView ,
HtmlView  )

Definition at line 625 of file DataSource.cpp.

628 : HtmlView(pPage)
629{
630}

◆ IMPLEMENT_CLASSINFO_EX() [2/3]

IMPLEMENT_CLASSINFO_EX ( DataSourceListView ,
HtmlView  )

Definition at line 39 of file DataSource.cpp.

42 : HtmlView(pPage)
43{
44 __nParts = DEFAULT_PARTS;
45 __nRows = DEFAULT_ROWS;
46 __nShortComment = DEFAULT_SHORT_STRING;
47 __bNoAsc = false;
48 __bAll = false;
49}

◆ IMPLEMENT_CLASSINFO_EX() [3/3]

IMPLEMENT_CLASSINFO_EX ( DataSourceWriteForm ,
FormView  )

Definition at line 265 of file DataSource.cpp.

268 : FormView(pPage)
269{
270}