Search Results
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-annotation-persistent.html
4.3.2.13.1 Synopsis @Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Persistent { public NullValue nullValue ; public ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjhelper.html
If the implementation name is not null, use it instead of looking up. If the implementation name is not null, use it instead of looking up. ClusterJHelper provides helper methods to bridge between the API and the implementation. Table 4.8 ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-predicateoperand.html
Table 4.108 in(PredicateOperand) Parameter Description other another PredicateOperand return a new Predicate 4.3.3.2.7 isNotNull() public abstract Predicate isNotNull(); Return a Predicate representing comparing this to not null. Table 4.109 ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
return the session # Exceptions ClusterJUserException if SessionFactory is not a multi-db SessionFactory, and database is not its configured database and is not null. Actual connections to the database are managed in a global connection pool, and ...
https://dev.mysql.com/doc/ndbapi/en/mgm-concepts.html
A NULL value indicates an error; otherwise, the return value must be freed by the programmer. A constant pointer value, with a NULL value indicating an error. This section describes concepts basic to the NDB Cluster MGM API. NdbMgmHandle Working ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
Return value In NDB 7.5 and later, this function returns 0 on success, -1 when the handle is null, and -2 when not connected. In NDB 7.4 and earlier, this function returned -1 in the event of an error; otherwise it returned 0, even when the ... This ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
SetNull SET NULL: Perform operation on row from parent table; set any matching foreign key columns in child table to NULL. This is a ForeignKey::FkAction and has one of the values NoAction, Restrict, Cascade, or SetNull. This is a ... This section ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-mynode.html
If mappings is undefined, null, or an empty array, no mappings are loaded or validated. If mappings is undefined, null, or an empty array, no mappings are loaded or validated. This class is used to generate and obtain information about sessions ...