Search Results
https://dev.mysql.com/doc/internals/en/user-var-event.html
Binlog::USER_VAR_EVENT: Payload 4 name_length string[$len] name 1 is_null if not is_null { 1 type 4 charset 4 value_length string[$len] value if more data { 1 flags } } Fields name_length (4) -- length of name name (string.var_len) -- ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query.
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-overview-clusterj-object-models.html
This section discusses the ClusterJ API and the object model used to represent the data handled by the application. The ClusterJ API depends on 4 main interfaces: Session, SessionFactory, Transaction, and QueryBuilder. All access to NDB Cluster ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-operations.html
Values that you have not specified are stored with their Java default values (0 for integral types, 0.0 for numeric types, and null for reference types). To insert a new row into the table, first create a new instance of Employee. This can be ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
The following list enumerates all NDB errors of type UD (User defined error).
https://dev.mysql.com/doc/ndbapi/en/ndb-ndberror.html
ConstraintViolation A constraint violation occurred, such as attempting to insert a tuple having a primary key value already in use in the target table. This section provides information about the NdbError data structure, which contains status and ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndbinterpretedcode-using.html
Method Buffer (words) Request message (words) load_const_null() 1 1 load_const_u16() 1 1 load_const_u32() 2 2 load_const_u64() 3 3 NdbInterpretedCode Methods for Copying Values Between Registers and Table Columns NdbInterpretedCode provides two ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
For X DevAPI for C, the generated IDs can be obtained using the new mysqlx_fetch_generated_id() function, which returns IDs one by one for successive calls, until it returns NULL to indicate no more generated IDs are available. For MySQL ...