Public Member Functions | Protected Attributes

AppSecInc::Databases::ODBC::Command Class Reference

#include <Command.h>

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

List of all members.

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


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


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