Refactored DbBindableLong to be more appropriately named DbBindableInt32

This commit is contained in:
Cekis
2022-01-17 03:31:45 -05:00
parent 4d7c0de43f
commit a63877337e
87 changed files with 574 additions and 592 deletions
@@ -448,7 +448,7 @@ size_t DB::OCIQueryImpl::BindRec::getLengthSkipSize()
// ======================================================================
bool DB::OCIQueryImpl::bindCol(BindableLong &buffer)
bool DB::OCIQueryImpl::bindCol(BindableInt32 &buffer)
{
BindRec *br=addBindRec(buffer);
@@ -478,7 +478,7 @@ bool DB::OCIQueryImpl::bindCol(BindableLong &buffer)
// ----------------------------------------------------------------------
bool DB::OCIQueryImpl::bindParameter(BindableLong &buffer)
bool DB::OCIQueryImpl::bindParameter(BindableInt32 &buffer)
{
BindRec *br=addBindRec(buffer);