All Categories Class Hierarchy This Category Previous Next Indexes
Miscellaneous Class CATDMUsrDelete
CATDMUsrDelete
public class CATDMUsrDelete
Basic service to Delete attributes into the database
Constructor and Destructor Index
- o
CATDMUsrDelete(CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,CATUnicodeString&,int,int)
-
- o
~CATDMUsrDelete()
-
Method Index
- o
Delete()
- Performs Delete
Constructor and Destructor
o CATDMUsrDelete
| public CATDMUsrDelete( | const CATUnicodeString& | dbname, |
| const CATUnicodeString& | catenv, |
| const CATUnicodeString& | catab, |
| const CATUnicodeString& | whereclause, |
| const int | iUseSecurityView | =1, |
| const int | iUseTriggers | =1) |
-
- Parameters:
-
- dbname
- Database name
- catenv
- Environment
- catab
- Table
- whereclause
- where clause filter
- iUseSecurityView
- 0 : security view is not used
1 : security view is used
- iUseTriggers
- 0 : no trigger fired
1 : trigger are fired
o ~CATDMUsrDelete
| public virtual ~CATDMUsrDelete( | ) |
-
Methods
o Delete
| public virtual int Delete( | ) |
-
Performs Delete
This object is included in the file: CATDMUsrDelete.h
If needed, your Imakefile.mk should include the module: LV003DBA