Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cSQLCmdDelete Class Reference

#include <cSQLCmd.h>

Inheritance diagram for GrayLib::cSQLCmdDelete:
GrayLib::cSQLCmd

Public Member Functions

 cSQLCmdDelete (cStringA sTable)
 
virtual SQLCMD_TYPE get_CmdType () const override
 
virtual void ResetCommand () override
 
virtual void MakeCommand (const cSQLConfigCmd &cfg) override
 build the string from our args. More...
 
- Public Member Functions inherited from GrayLib::cSQLCmd
 cSQLCmd (cStringA sTableName="", cStringA sCommand="")
 
virtual ~cSQLCmd ()
 
virtual bool isResultsExpected () const
 
cStringA get_Table () const
 
void put_Table (cStringA sTable)
 
bool isCommandMade () const
 
cStringA get_Command () const
 
void put_Command (cStringA sCommand)
 
void ResetCommand0 ()
 

Public Attributes

cSQLCmdWhere m_Where
 

Additional Inherited Members

- Static Public Member Functions inherited from GrayLib::cSQLCmd
static bool GRAYCALL IsValueTime (const char *pszVal)
 
static cStringA GRAYCALL MakeValueTime (const cSQLConfigCmd &cfg, const cTimeDouble &date)
 
static cStringA GRAYCALL MakeValueStr (const cSQLConfigCmd &cfg, const cVariant &vVal)
 
- Static Public Attributes inherited from GrayLib::cSQLCmd
static const char * k_pszNULL = "NULL"
 
- Protected Attributes inherited from GrayLib::cSQLCmd
cStringA m_sTable
 The table ( 'From' if select ), delete, create. More...
 
cStringA m_sCommand
 The resultant full SQL command. use MakeCommand() to build this up. More...
 

Detailed Description

delete a selection of records/rows (NOT drop table) SQLCMD_Delete

Constructor & Destructor Documentation

◆ cSQLCmdDelete()

GrayLib::cSQLCmdDelete::cSQLCmdDelete ( cStringA  sTable)

Member Function Documentation

◆ get_CmdType()

virtual SQLCMD_TYPE GrayLib::cSQLCmdDelete::get_CmdType ( ) const
inlineoverridevirtual

Implements GrayLib::cSQLCmd.

◆ MakeCommand()

void GrayLib::cSQLCmdDelete::MakeCommand ( const cSQLConfigCmd cfg)
overridevirtual

build the string from our args.

Note
HRESULT_WIN32_C(ERROR_NO_MORE_ITEMS) might be a valid return

Implements GrayLib::cSQLCmd.

◆ ResetCommand()

virtual void GrayLib::cSQLCmdDelete::ResetCommand ( )
inlineoverridevirtual

Reimplemented from GrayLib::cSQLCmd.

Member Data Documentation

◆ m_Where

cSQLCmdWhere GrayLib::cSQLCmdDelete::m_Where

The documentation for this class was generated from the following files: