Search



Search Results
Displaying 61 to 70 of 382 total results
https://dev.mysql.com/doc/internals/en/creating-tables.html
Your storage engine must implement the [custom-engine.html#custom-engine-api-reference-create create()] virtual method: virtual int create(const char *name, TABLE *form, HA_CREATE_INFO *info)=0; This method should create all necessary files but does ... Once a handler is instanced, the first operation that will likely be required is the creation of a ...
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
Signature static int getBlobEventName ( char* name, Ndb* ndb, const char* event, const char* column ) Parameters This method takes the four parameters listed here: name: The name of the blob event. Signature static int getBlobTableName ( char* name, ... 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
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 attribute. Signature NdbRecAttr* getPreValue ( const char* ...
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-install-example-data.html
Note The information in this section applies to NDB Cluster running on both Unix and Windows platforms. Working with database tables and data in NDB Cluster is not much different from doing so in standard MySQL. There are two key points to keep in ...
Displaying 61 to 70 of 382 total results