mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 06:44:13 +02:00
added bulk, removed step
This commit is contained in:
@@ -41,10 +41,13 @@ namespace Poco {
|
||||
namespace Data {
|
||||
|
||||
|
||||
AbstractBinding::AbstractBinding(const std::string& name, Direction direction):
|
||||
AbstractBinding::AbstractBinding(const std::string& name,
|
||||
Direction direction,
|
||||
Poco::UInt32 bulkSize):
|
||||
_pBinder(0),
|
||||
_name(name),
|
||||
_direction(direction)
|
||||
_direction(direction),
|
||||
_bulkSize(bulkSize)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user