|
SourceMod SDK
1.7
|
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)=0 | SourceMod::IResultRow | pure virtual |
| CopyString(unsigned int columnId, char *buffer, size_t maxlength, size_t *written)=0 | SourceMod::IResultRow | pure virtual |
| GetBlob(unsigned int columnId, const void **pData, size_t *length)=0 | SourceMod::IResultRow | pure virtual |
| GetDataSize(unsigned int columnId)=0 | SourceMod::IResultRow | pure virtual |
| GetFloat(unsigned int columnId, float *pFloat)=0 | SourceMod::IResultRow | pure virtual |
| GetInt(unsigned int columnId, int *pInt)=0 | SourceMod::IResultRow | pure virtual |
| GetString(unsigned int columnId, const char **pString, size_t *length)=0 | SourceMod::IResultRow | pure virtual |
| IsNull(unsigned int columnId)=0 | SourceMod::IResultRow | pure virtual |