SourceMod SDK  1.7
SourceMod::IResultRow Member List

This is the complete list of members for SourceMod::IResultRow, including all inherited members.

CopyBlob(unsigned int columnId, void *buffer, size_t maxlength, size_t *written)=0SourceMod::IResultRowpure virtual
CopyString(unsigned int columnId, char *buffer, size_t maxlength, size_t *written)=0SourceMod::IResultRowpure virtual
GetBlob(unsigned int columnId, const void **pData, size_t *length)=0SourceMod::IResultRowpure virtual
GetDataSize(unsigned int columnId)=0SourceMod::IResultRowpure virtual
GetFloat(unsigned int columnId, float *pFloat)=0SourceMod::IResultRowpure virtual
GetInt(unsigned int columnId, int *pInt)=0SourceMod::IResultRowpure virtual
GetString(unsigned int columnId, const char **pString, size_t *length)=0SourceMod::IResultRowpure virtual
IsNull(unsigned int columnId)=0SourceMod::IResultRowpure virtual