Library: Data
Package: DataCore
Header: Poco/Data/Position.h
Utility class wrapping unsigned integer. Used to indicate the recordset position in batch SQL statements.
Member Functions: value
Position(
Poco::UInt32 value
);
Creates the Position.
~Position();
Destroys the Position.
Poco::UInt32 value() const;
Returns the position value.