mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
NDBAPI cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user