mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
step, date, time
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user