mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
Refactored DbBindableLong to be more appropriately named DbBindableInt32
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user