[fdo-dev] dbi_* functions
Mateusz Loskot
mateusz at loskot.net
Mon Aug 21 15:35:02 EDT 2006
Barbara,
Thank you for your answer.
So, am I correct that DbiConnection class is a general RDBMS
connection class, used all RDBMS providers, but
it also includes subset of Oracle-only API,
like all dbi_* member functions?
Best regards
Mat
Barbara Zoladek wrote:
> Hi Mateusz,
>
> The dbi functions are only used for the Oracle provider.
>
> Thanks,
> Barbara.
>
>> -----Original Message-----
>> From: Mateusz Loskot [mailto:mateusz at loskot.net]
>> Sent: Monday, August 21, 2006 1:59 PM
>> To: dev at fdo.osgeo.org
>> Subject: [fdo-dev] dbi_* functions
>>
>> Hi,
>>
>> I have one more question about Dbi.
>> Where dbi_* functions implemented?
>>
>> Here is small example from the
>> Providers/GenericRdbms/Src/Fdo/Connection/DbiConnection.cpp file:
>>
>> int DbiConnection::dbi_ver_dbase( char *db_name, int *exists)
>> {
>> INVOKE_DBI_FUNC(dbi_ver_dbase( mContext, db_name, exists) );
>> ------------------^^^^^^^^^^^^^^^^^
>> }
>>
>> Where is this DbiConnection::dbi_ver_dbase() call delegated?
>> I grepped through all FDO + FDORDBMS sources and nothing was found.
>>
>> Second question, do I need to bother/implement anything from dbi_*
>> for my PostGIS FDO provider?
>>
>> Best regards
>> --
>> Mateusz Loskot
>> http://mateusz.loskot.net
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe at fdo.osgeo.org
>> For additional commands, e-mail: dev-help at fdo.osgeo.org
>
>
>
--
Mateusz Loskot
http://mateusz.loskot.net
More information about the Fdo-internals
mailing list