Search Results
                    
                    
            https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-3.html
                                 This section provides information about keywords and reserved words in MySQL 9.3. MySQL 9.3 Keywords and Reserved Words MySQL 9.3 New Keywords and Reserved Words MySQL 9.3 Removed Keywords and Reserved Words MySQL 9.3 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-4.html
                                 This section provides information about keywords and reserved words in MySQL 9.4. MySQL 9.4 Keywords and Reserved Words MySQL 9.4 New Keywords and Reserved Words MySQL 9.4 Removed Keywords and Reserved Words MySQL 9.4 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-5.html
                                 This section provides information about keywords and reserved words in MySQL 9.5. MySQL 9.5 Keywords and Reserved Words MySQL 9.5 New Keywords and Reserved Words MySQL 9.5 Removed Keywords and Reserved Words MySQL 9.5 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
                                 This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjtableexception.html
                                 ClusterJTableException is used for reporting all "Table Not Found" conditions in Cluster/J. This includes "Table Not Found" with no associated errors, as when Cluster/J attempts to get metadata for a named table, but the named table is not defined ...
                                            MySQL NDB Cluster API Developer Guide :: 4.2.2.5 ClusterJ Mappings Between MySQL and Java Data Types
                https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-mappings.html
                                 ClusterJ provides mappings for all of the common MySQL database types to Java types. Java object wrappers of primitive types should be mapped to nullable database columns. Note Since Java does not have native unsigned data types, UNSIGNED columns ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
                                 This section describes concepts basic to the NDB Cluster MGM API. NdbMgmHandle Working with Log Events Structured Log Events NdbMgmHandle Each MGM API function needs a management server handle of type NdbMgmHandle. This handle is created by calling ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-handles.html
                                 This section provides information about MGM API functions used to create and destroy management server handles (see NdbMgmHandle). ndb_mgm_create_handle() ndb_mgm_set_name() ndb_mgm_set_ignore_sigpipe() ndb_mgm_destroy_handle() ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
                                 This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ForeignKey() ForeignKey::FkAction ForeignKey::getName() ForeignKey::getParentTable() ForeignKey::getChildTable() ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-list.html
                                Parent class Dictionary Child classes Element (structure) Description The List class is a Dictionary subclass that is used for representing lists populated by the methods Dictionary::listObjects(), Dictionary::listIndexes(), and ...