Search



Search Results
Displaying 51 to 60 of 328 total results
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 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-add-task-log.html
The add_task_log routine add a log entry for the task with the specified ID. You can use this routine with an application-level task as well and it does not require an application-managed user ID. Syntax mysql> CALL mysql_tasks.add_task_log( IN ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-data-types.html
Columns with unsupported data types must be excluded, and defined as NOT SECONDARY before loading a table. Numeric data types: BIGINT BOOL DECIMAL DOUBLE FLOAT INT INTEGER MEDIUMINT SMALLINT TINYINT Temporal data types: DATE DATETIME TIME TIMESTAMP ...
Displaying 51 to 60 of 328 total results