Search



Search Results
Displaying 81 to 90 of 660 total results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-3.html
This section provides information about keywords and reserved words in MySQL 9.3. MySQL 9.3 Keywords and Reserved Words MySQL 9.3 New Keywords and Reserved Words MySQL 9.3 Removed Keywords and Reserved Words MySQL 9.3 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-4.html
This section provides information about keywords and reserved words in MySQL 9.4. MySQL 9.4 Keywords and Reserved Words MySQL 9.4 New Keywords and Reserved Words MySQL 9.4 Removed Keywords and Reserved Words MySQL 9.4 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-5.html
This section provides information about keywords and reserved words in MySQL 9.5. MySQL 9.5 Keywords and Reserved Words MySQL 9.5 New Keywords and Reserved Words MySQL 9.5 Removed Keywords and Reserved Words MySQL 9.5 Keywords and Reserved Words ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. For more information on reserved words and their impact on your queries, see Keywords and Reserved Words, in ...
https://dev.mysql.com/doc/refman/8.4/en/keywords.html
However, by default, no whitespace is permitted in function invocations between the function name and the following ( character. Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. Purpose Defines the file extensions used by the storage engine. It is called to provide the MySQL server with a list of file extensions used by the storage engine. By providing a list of extensions, storage engines can in many cases omit the [custom-engine.html#custom-engine-api-reference-delete_table delete_table()] method as the MySQL server will close all references to the table and delete all files with the specified ...
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/internals/en/x-protocol-messages-messages.html
See also: https://dev.mysql.com/doc/refman/5.0/en/charset-connection.html Note The server may not set the original_{table|name} fields if they are equal to the plain {table|name} field. BYTES, ENUM Note BYTES is used for all opaque byte strings that ... Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines ...
https://dev.mysql.com/doc/internals/en/myisam-introduction.html
That will be the case if there are BLOB columns, or "true"VARCHAR columns. (Remember that MySQL may treat VARCHAR columns as if they're CHAR columns, in which case the fixed format is used.) A dynamic row has more fields in the header. "True ...
https://dev.mysql.com/doc/connectors/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 ...
Displaying 81 to 90 of 660 total results