Nebula
|
This is the complete list of members for Db::Command, including all inherited members.
__DeclareClass(RefCounted) | Core::RefCounted | private |
AddRef() | Core::RefCounted | inline |
BindBlob(IndexT index, const Util::Blob &val)=0 | Db::Command | pure virtual |
BindBlob(const Util::String &name, const Util::Blob &val)=0 | Db::Command | pure virtual |
BindBlob(const Attr::AttrId &id, const Util::Blob &val)=0 | Db::Command | pure virtual |
BindBool(IndexT index, bool val)=0 | Db::Command | pure virtual |
BindBool(const Util::String &name, bool val)=0 | Db::Command | pure virtual |
BindBool(const Attr::AttrId &id, bool val)=0 | Db::Command | pure virtual |
BindFloat(IndexT index, float val)=0 | Db::Command | pure virtual |
BindFloat(const Util::String &name, float val)=0 | Db::Command | pure virtual |
BindFloat(const Attr::AttrId &id, float val)=0 | Db::Command | pure virtual |
BindGuid(IndexT index, const Util::Guid &val)=0 | Db::Command | pure virtual |
BindGuid(const Util::String &name, const Util::Guid &val)=0 | Db::Command | pure virtual |
BindGuid(const Attr::AttrId &id, const Util::Guid &val)=0 | Db::Command | pure virtual |
BindInt(IndexT index, int val)=0 | Db::Command | pure virtual |
BindInt(const Util::String &name, int val)=0 | Db::Command | pure virtual |
BindInt(const Attr::AttrId &id, int val)=0 | Db::Command | pure virtual |
BindMat4(IndexT index, const Math::mat4 &val)=0 | Db::Command | pure virtual |
BindMat4(const Util::String &name, const Math::mat4 &val)=0 | Db::Command | pure virtual |
BindMat4(const Attr::AttrId &id, const Math::mat4 &val)=0 | Db::Command | pure virtual |
BindString(IndexT index, const Util::String &val)=0 | Db::Command | pure virtual |
BindString(const Util::String &name, const Util::String &val)=0 | Db::Command | pure virtual |
BindString(const Attr::AttrId &id, const Util::String &val)=0 | Db::Command | pure virtual |
BindVec4(IndexT index, const Math::vec4 &val)=0 | Db::Command | pure virtual |
BindVec4(const Util::String &name, const Math::vec4 &val)=0 | Db::Command | pure virtual |
BindVec4(const Attr::AttrId &id, const Math::vec4 &val)=0 | Db::Command | pure virtual |
Clear()=0 | Db::Command | pure virtual |
Command() | Db::Command | |
Compile(const Ptr< Database > &db, const Util::String &sqlCommand, ValueTable *resultTable=0) | Db::Command | virtual |
CompileAndExecute(const Ptr< Database > &db, const Util::String &sqlCommand, ValueTable *resultTable=0) | Db::Command | |
database | Db::Command | protected |
DumpRefCountingLeaks() | Core::RefCounted | static |
error | Db::Command | protected |
Execute()=0 | Db::Command | pure virtual |
GetClassFourCC() const | Core::RefCounted | inline |
GetClassName() const | Core::RefCounted | inline |
GetDatabase() const | Db::Command | inline |
GetError() const | Db::Command | inline |
GetRefCount() const | Core::RefCounted | inline |
GetSqlCommand() const | Db::Command | inline |
GetValueTable() const | Db::Command | inline |
IndexOf(const Util::String &name) const =0 | Db::Command | pure virtual |
IndexOf(const Attr::AttrId &attrId) const =0 | Db::Command | pure virtual |
IsA(const Rtti &rtti) const | Core::RefCounted | inline |
IsA(const Util::String &rttiName) const | Core::RefCounted | inline |
IsA(const Util::FourCC &rttiFourCC) const | Core::RefCounted | inline |
IsInstanceOf(const Rtti &rtti) const | Core::RefCounted | inline |
IsInstanceOf(const Util::String &className) const | Core::RefCounted | inline |
IsInstanceOf(const Util::FourCC &classFourCC) const | Core::RefCounted | inline |
IsValid() const =0 | Db::Command | pure virtual |
refCount | Core::RefCounted | private |
RefCounted() | Core::RefCounted | inline |
Release() | Core::RefCounted | inline |
SetError(const Util::String &err) | Db::Command | inlineprotected |
SetSqlCommand(const Util::String &cmd) | Db::Command | inlineprotected |
sqlCommand | Db::Command | protected |
valueTable | Db::Command | protected |
~Command() | Db::Command | virtual |
~RefCounted() | Core::RefCounted | protectedvirtual |