Command Member List

This is the complete list of members for Command, including all inherited members.
CheckMem() const (defined in Command)Command [virtual]
Clear() (defined in Command)Command [virtual]
Command() (defined in Command)Command
Command(const Command &cmd) (defined in Command)Command
Command(const String &cmdtxt) (defined in Command)Command
CommandTextGet() (defined in Command)Command [inline]
CommandTextSet(const String &txt) (defined in Command)Command [virtual]
CreateParameter(const String &name, int type, int direction, int len) (defined in Command)Command [virtual]
CreateParameter(const String &name, int type, int direction) (defined in Command)Command [virtual]
CreateParameter(const String &name, const String &value) (defined in Command)Command [virtual]
CreateParameter(const String &name, int32 value) (defined in Command)Command [virtual]
CreateParameter(const String &name, int8 value) (defined in Command)Command [virtual]
CreateParameter(const String &name, float32 value) (defined in Command)Command [virtual]
CreateParameter(const String &name, float64 value) (defined in Command)Command [virtual]
ExecuteNonQuery() (defined in Command)Command [virtual]
ExecuteQuery() (defined in Command)Command [virtual]
GetParameter(const String &name) const (defined in Command)Command [virtual]
GetParameter(int idx) const (defined in Command)Command [inline]
IMemoryValidate() (defined in IMemoryValidate)IMemoryValidate [inline]
m_cmdtxt (defined in Command)Command [protected]
m_prm (defined in Command)Command [protected]
m_prmIdx (defined in Command)Command [protected]
operator=(const Command &cmd) (defined in Command)Command
ParameterCount() const (defined in Command)Command [inline]
Prepare() (defined in Command)Command [virtual]
ValidateMem() const (defined in Command)Command [virtual]
~Command() (defined in Command)Command [virtual]
~IMemoryValidate() (defined in IMemoryValidate)IMemoryValidate [virtual]