#include <SLPluginFeature.hpp>
Public Member Functions | |
virtual unsigned int | getCount ()=0 |
virtual bool | next ()=0 |
virtual unsigned int | getRowCount ()=0 |
virtual const char * | getColumn (unsigned int i)=0 |
|
The returned values, including integers, are all treated as "char *"
|
|
Throw an exception if this value is not accessible.
|
|
|
|
Has to be called before accessing the first row. Then each further call will make the next row of results available.
|