Search



Search Results
Displaying 51 to 60 of 328 total results
https://dev.mysql.com/doc/internals/en/event-classes-and-types.html
Internally, the server uses C++ classes to represent binary log events. Type codes are associated with subclasses because class instance contents are written to binary or relay logs or are sent over the network from master to slave. In those ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query-ordering.html
Ordering 4.3.1.20.1 Synopsis public static final class Query.Ordering extends, Enum<Ordering> {// Public Static Fields public static final Ordering ASCENDING ; public static final Ordering DESCENDING ;// Public Static Methods public static Ordering ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-nullvalue.html
Enumeration of the "null-value" behavior values. This behavior is specified in the @Persistent annotation. 4.3.2.9.1 Synopsis public final class NullValue extends, Enum<NullValue> {// Public Static Fields public static final NullValue DEFAULT ; ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-persistencemodifier.html
Enumeration of the persistence-modifier values for a member. 4.3.2.12.1 Synopsis public final class PersistenceModifier extends, Enum<PersistenceModifier> {// Public Static Fields public static final PersistenceModifier NONE ; public static final ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-columntype.html
This class enumerates the column types for columns in ndb.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-lockmode.html
Lock modes for read operations. SHARED: Set a shared lock on rows EXCLUSIVE: Set an exclusive lock on rows READ_COMMITTED: Set no locks but read the most recent committed values 4.3.1.18.1 Synopsis public final class LockMode extends, ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory-state.html
State of this session factory 4.3.1.24.1 Synopsis public static final class SessionFactory.State extends, Enum<State> {// Public Static Fields public static final State Closed ; public static final State Open ; public static final State ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-log.html
This section provides information about the functions available in the MGM API for controlling the output of the cluster log. ndb_mgm_get_clusterlog_severity_filter() ndb_mgm_set_clusterlog_severity_filter() ndb_mgm_get_clusterlog_loglevel() ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-cluster-status.html
This section provides information about MGM API functions used to obtain status information from NDB Cluster nodes. ndb_mgm_get_status() ndb_mgm_get_status2() ndb_mgm_get_status3() ndb_mgm_dump_state() ndb_mgm_get_status() Description This function ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
This section provides information about the Table class, which models a database table in the NDB API. This class extends the Object class, which in turn is an inner class of the NdbDictionary class. It is possible using the NDB API to create ...
Displaying 51 to 60 of 328 total results