Nebula
|
This is the complete list of members for Db::Sqlite3Command, including all inherited members.
__DeclareClass(Sqlite3Command) | Db::Sqlite3Command | private |
AddRef() | Core::RefCounted | inline |
BindBlob(IndexT index, const Util::Blob &val) | Db::Sqlite3Command | virtual |
BindBlob(const Util::String &name, const Util::Blob &val) | Db::Sqlite3Command | virtual |
BindBlob(const Attr::AttrId &id, const Util::Blob &val) | Db::Sqlite3Command | virtual |
BindBool(IndexT index, bool val) | Db::Sqlite3Command | virtual |
BindBool(const Util::String &name, bool val) | Db::Sqlite3Command | virtual |
BindBool(const Attr::AttrId &id, bool val) | Db::Sqlite3Command | virtual |
BindFloat(IndexT index, float val) | Db::Sqlite3Command | virtual |
BindFloat(const Util::String &name, float val) | Db::Sqlite3Command | virtual |
BindFloat(const Attr::AttrId &id, float val) | Db::Sqlite3Command | virtual |
BindGuid(IndexT index, const Util::Guid &val) | Db::Sqlite3Command | virtual |
BindGuid(const Util::String &name, const Util::Guid &val) | Db::Sqlite3Command | virtual |
BindGuid(const Attr::AttrId &id, const Util::Guid &val) | Db::Sqlite3Command | virtual |
BindInt(IndexT index, int val) | Db::Sqlite3Command | virtual |
BindInt(const Util::String &name, int val) | Db::Sqlite3Command | virtual |
BindInt(const Attr::AttrId &id, int val) | Db::Sqlite3Command | virtual |
BindMat4(IndexT index, const Math::mat4 &val) | Db::Sqlite3Command | virtual |
BindMat4(const Util::String &name, const Math::mat4 &val) | Db::Sqlite3Command | virtual |
BindMat4(const Attr::AttrId &id, const Math::mat4 &val) | Db::Sqlite3Command | virtual |
BindString(IndexT index, const Util::String &val) | Db::Sqlite3Command | virtual |
BindString(const Util::String &name, const Util::String &val) | Db::Sqlite3Command | virtual |
BindString(const Attr::AttrId &id, const Util::String &val) | Db::Sqlite3Command | virtual |
BindVec4(IndexT index, const Math::vec4 &val) | Db::Sqlite3Command | virtual |
BindVec4(const Util::String &name, const Math::vec4 &val) | Db::Sqlite3Command | virtual |
BindVec4(const Attr::AttrId &id, const Math::vec4 &val) | Db::Sqlite3Command | virtual |
Clear() | Db::Sqlite3Command | virtual |
Command() | Db::Command | |
Compile(const Ptr< Database > &db, const Util::String &sqlCommand, ValueTable *resultTable=0) | Db::Sqlite3Command | 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() | Db::Sqlite3Command | 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 | Db::Sqlite3Command | virtual |
IndexOf(const Attr::AttrId &attrId) const | Db::Sqlite3Command | 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 | Db::Sqlite3Command | virtual |
ReadRow() | Db::Sqlite3Command | private |
refCount | Core::RefCounted | private |
RefCounted() | Core::RefCounted | inline |
Release() | Core::RefCounted | inline |
resultIndexMap | Db::Sqlite3Command | private |
SetError(const Util::String &err) | Db::Command | inlineprotected |
SetSqlCommand(const Util::String &cmd) | Db::Command | inlineprotected |
SetSqliteError() | Db::Sqlite3Command | private |
sqlCommand | Db::Command | protected |
Sqlite3Command() | Db::Sqlite3Command | |
sqliteStatement | Db::Sqlite3Command | private |
valueTable | Db::Command | protected |
~Command() | Db::Command | virtual |
~RefCounted() | Core::RefCounted | protectedvirtual |
~Sqlite3Command() | Db::Sqlite3Command | virtual |