1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

NDBAPI cleanup

This commit is contained in:
unknown
2006-08-30 11:41:21 +02:00
parent 524914b217
commit 3dcf86736a
17 changed files with 184 additions and 118 deletions

View File

@@ -1093,6 +1093,15 @@ public:
~Ndb();
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
/**
* The current ndb_cluster_connection get_ndb_cluster_connection.
*
* @return the current connection
*/
Ndb_cluster_connection& get_ndb_cluster_connection();
#endif
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
/**
* The current catalog name can be fetched by getCatalogName.