step, date, time

This commit is contained in:
Aleksandar Fabijanic
2007-11-10 23:21:28 +00:00
parent 95c5230389
commit fca08a18df
63 changed files with 2161 additions and 96 deletions

View File

@@ -72,8 +72,8 @@ protected:
bool hasNext();
/// Returns true if a call to next() will return data.
void next();
/// Retrieves the next row from the resultset.
Poco::UInt32 next();
/// Retrieves the next row or set of rows from the resultset.
/// Will throw, if the resultset is empty.
bool canBind() const;