dbi_* functions

Mateusz Loskot mateusz at loskot.net
Mon Aug 21 13:59:01 EDT 2006


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




More information about the Fdo-internals mailing list