|
int | allocateDatabaseConnection (OMEthread *thread, OMEtype &result) |
|
int | closeDatabaseConnection (OMEthread *thread, OMEtype &result, OMEtype &id) |
|
int | listDatabases (OMEthread *thread, OMEtype &result, const OMEtype &id) |
|
int | connectToDatabase (OMEthread *thread, OMEtype &result, const OMEtype &id, const OMEtype &dsn, const OMEtype &name, const OMEtype &passwd) |
|
int | prepareStatement (OMEthread *thread, OMEtype &result, const OMEtype &id, const OMEtype &statement, const OMEtype ¶ms) |
|
int | executeStatement (OMEthread *thread, OMEtype &result, const OMEtype &id) |
|
int | getResultTable (OMEthread *thread, OMEtype &result, const OMEtype &id) |
|
OME_DLL_EXPORT void | INIT_DECLARE_OMEodbcInt () |
|