Search



Search Results
Displaying 521 to 530 of 4548 total results
https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
This section describes the preference options that apply to general-purpose editors (see the figure that follows). Figure 3.5 Preferences: General Editors SQL Parsing in Code Editors SQL properties that can be set include the SQL_MODE, ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
GetSchema(String, String[]) - In this call the first string parameter represents the collection name, and the second parameter represents a string array of restriction values. The GetSchema() method of the connection object can be used to retrieve ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
GetSchema(String, String[]) - In this call the first string parameter represents the collection name, and the second parameter represents a string array of restriction values. The GetSchema() method of the connection object can be used to retrieve ...
https://dev.mysql.com/doc/internals/en/rows-event.html
repeat rows until event-end Fields table_id (6) -- If the table id is 0x00ffffff it is a dummy event that should have the end of statement flag set that declares that all table maps can be freed. Note if the post_header_length in the ...
https://dev.mysql.com/doc/workbench/en/wb-relationship-tools.html
After pausing over a relationship for a second, a yellow box is displayed that provides additional information. If you have set a secondary caption, its position can also be changed. For more information about secondary captions, see Section ...
https://dev.mysql.com/doc/workbench/en/wbcopytables.html
The copy executes a SELECT statement on the source database and then INSERT to insert the retrieved rows into the target MySQL server. You can use ODBC specific data source options from the source RDBMS to specify the number of rows to fetch at a ...
https://dev.mysql.com/doc/internals/en/innodb-mutex-rwlock-implementation.html
In MySQL and InnoDB, multiple threads of execution access shared data structures. Each operation to acquire or release a lock can be done in fewer CPU instructions, wasting less time when threads contend for access to shared data structures. InnoDB ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Year 1-byte year value in the range 1901-2155 (same as MySQL) Timestamp Unix time (DEPRECATED) Timestamp2 Unix time, with fractional seconds. The NDB API provides access to time types with microseconds (TIME, DATETIME, and TIMESTAMP) as Time2, ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
ConnectionTimeout , Connect Timeout , Connection Timeout Default: 15 The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. ConnectionLifeTime , Connection Lifetime Default: 0 ...rewritebatchedstatements , Rewrite batched statements Enable this option to make the connector rewrite batched statements and execute them all at once in a single block rather than one at a time, which is default ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
ConnectionTimeout , Connect Timeout , Connection Timeout Default: 15 The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. ConnectionLifeTime , Connection Lifetime Default: 0 ...rewritebatchedstatements , Rewrite batched statements Enable this option to make the connector rewrite batched statements and execute them all at once in a single block rather than one at a time, which is default ...
Displaying 521 to 530 of 4548 total results