Public Member Functions | Protected Attributes | List of all members
AppSecInc::Databases::ODBC::Command Class Reference

#include <Command.h>

Inheritance diagram for AppSecInc::Databases::ODBC::Command:
AppSecInc::Databases::ODBC::InsertCommand AppSecInc::Databases::ODBC::OnErrorCommand

Public Member Functions

 Command (const std::wstring &name, bool params, bool insert, bool terminator)
 
virtual ~Command ()
 
std::wstring getName () const
 
bool hasParams () const
 
bool isInsert () const
 
bool isBatchTerminator () const
 
virtual void process (const std::wstring &line, OdbcParserImpl &parser)
 

Protected Attributes

std::wstring name
 
bool params
 
bool insert
 
bool batchTerminator
 

Constructor & Destructor Documentation

Command::Command ( const std::wstring &  name,
bool  params,
bool  insert,
bool  terminator 
)
Command::~Command ( )
virtual

Member Function Documentation

std::wstring AppSecInc::Databases::ODBC::Command::getName ( ) const
inline
bool AppSecInc::Databases::ODBC::Command::hasParams ( ) const
inline
bool AppSecInc::Databases::ODBC::Command::isBatchTerminator ( ) const
inline
bool AppSecInc::Databases::ODBC::Command::isInsert ( ) const
inline
void Command::process ( const std::wstring &  line,
OdbcParserImpl parser 
)
virtual

Member Data Documentation

bool AppSecInc::Databases::ODBC::Command::batchTerminator
protected
bool AppSecInc::Databases::ODBC::Command::insert
protected
std::wstring AppSecInc::Databases::ODBC::Command::name
protected
bool AppSecInc::Databases::ODBC::Command::params
protected

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


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com