Stored procedure support

This commit is contained in:
Aleksandar Fabijanic
2007-05-25 22:15:46 +00:00
parent 2bb4746848
commit 911d0c5b82
8 changed files with 209 additions and 8 deletions

View File

@@ -42,7 +42,9 @@ namespace Data {
AbstractBinding::AbstractBinding():
_pBinder(0)
_pBinder(0),
_inBound(true),
_outBound(false)
{
}