Search



Search Results
Displaying 91 to 100 of 660 total results
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
Signature const char* ndb_mgm_get_connectstring ( NdbMgmHandle handle, char* buffer, int size ) Parameters This function takes three arguments: An NdbMgmHandle. Signature const char* ndb_mgm_get_connected_host ( NdbMgmHandle handle ) Parameters A ...
https://dev.mysql.com/doc/ndbapi/en/ndb-foreignkey.html
Signature void setName ( const char* ) Parameters The name of the ForeignKey. This section provides information about the ForeignKey class, which models a foreign key on an NDB table. ForeignKey Class Overview ForeignKey() ForeignKey::FkAction ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
NdbBlob supports 3 types of data access: These data access types can be applied in combination, provided that they are used in the order given above. Signature static int getBlobEventName ( char* name, Ndb* ndb, const char* event, const char* column ... This section provides information about the NdbBlob class, which models a handle to a blob column and provides read and write access to blob column ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
Before attempting to use this method, you should have read the explanations provided in Ndb::nextEvent() (DEPRECATED), and NdbEventOperation::getValue(). Signature NdbBlob* getBlobHandle ( const char* name ) Parameters The name of the blob attribute. Signature NdbBlob* getPreBlobHandle ( const char* name ) Parameters The name of the blob ... This section provides ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
https://dev.mysql.com/doc/refman/8.4/en/charset-column.html
Every “character” column (that is, a column of type CHAR, VARCHAR, a TEXT type, or any synonym) has a column character set and a column collation. CREATE TABLE t1 ( col1 CHAR(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) CHARACTER SET ...
https://dev.mysql.com/doc/refman/8.4/en/charset-conversion.html
To convert a binary or nonbinary string column to use a particular character set, use ALTER TABLE. For successful conversion to occur, one of the following conditions must apply: If the column has a binary data type (BINARY, VARBINARY, BLOB), all ...Suppose that a table t has a binary column named col1 defined as ...
https://dev.mysql.com/doc/refman/8.4/en/charset-unicode-conversion.html
This section describes issues that you may face when converting character data between the utf8mb3 and utf8mb4 character sets. Note This discussion focuses primarily on converting between utf8mb3 and utf8mb4, but similar principles apply to ...One ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-example.html
In this section we provide a detailed example illustrating how to add new NDB Cluster data nodes online, starting with an NDB Cluster having 2 data nodes in a single node group and concluding with a cluster having 4 data nodes in 2 node groups.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-set-local-infile-handler.html
void mysql_set_local_infile_handler(MYSQL *mysql, int (*local_infile_init)(void **, const char *, void *), int (*local_infile_read)(void *, char *, unsigned int), void (*local_infile_end)(void *), int (*local_infile_error)(void *, char*, unsigned ...It enables application programs to exert control over local (client-side) data file ...
Displaying 91 to 100 of 660 total results