mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Removed redundant #includes and fixed spelling mistakes.
This commit is contained in:
@@ -348,13 +348,13 @@ public:
|
||||
/// Returns true if statement is in a state that allows the internal storage to be modified.
|
||||
|
||||
Storage storage() const;
|
||||
/// Returns the internal storage type for the stamement.
|
||||
/// Returns the internal storage type for the statement.
|
||||
|
||||
void setStorage(const std::string& storage);
|
||||
/// Sets the internal storage type for the stamement.
|
||||
/// Sets the internal storage type for the statement.
|
||||
|
||||
const std::string& getStorage() const;
|
||||
/// Returns the internal storage type for the stamement.
|
||||
/// Returns the internal storage type for the statement.
|
||||
|
||||
std::size_t columnsExtracted(int dataSet = StatementImpl::USE_CURRENT_DATA_SET) const;
|
||||
/// Returns the number of columns returned for current data set.
|
||||
|
||||
Reference in New Issue
Block a user