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/ch04s03s05s01.html
com.mysql.clusterj.Session.<T>releaseCache(T, java.lang.Class<?>) com.mysql.clusterj.Session.closeCache(boolean) com.mysql.clusterj.Session.closeCache() ...
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 ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
The default means that the automatic reconnection due to network failures is disabled. 4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-dynamicobject.html
public abstract class DynamicObject {// Public Constructors public DynamicObject();// Public Methods public final ColumnMetadata[] columnMetadata(); public final DynamicObjectDelegate delegate(); public final void delegate(DynamicObjectDelegate ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-predicate.html
4.3.3.1.1 Synopsis public interface Predicate {// Public Methods public abstract Predicate and(Predicate predicate); public abstract Predicate not(); public abstract Predicate or(Predicate predicate);} 4.3.3.1.2 and(Predicate) public abstract ...
https://dev.mysql.com/doc/ndbapi/en/mccj-overview-clusterj-object-models.html
These comparisons can be combined using methods corresponding to the Boolean operators AND, OR, and NOT. This section discusses the ClusterJ API and the object model used to represent the data handled by the application. The ClusterJ API depends on ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
Return value Returns boolean TRUE if a schema transaction is in progress, otherwise FALSE. This means that they cannot be accessed by MySQL clients, and that they cannot be replicated. For these reasons, it is often preferable to avoid working with ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Signature void mergeEvents ( bool flag ) Parameters A Boolean flag value. Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
Signature void setEventBufferQueueEmptyEpoch ( bool queue_empty_epoch ) Parameters This method takes a single input parameter, a boolean. This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of ...