Search



Search Results
Displaying 71 to 80 of 342 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
You must also indicate whether to use the 64-bit or 32-bit libraries by specifying the appropriate library directory. Use an -L linker option to specify $MYSQL_CONCPP_DIR/lib64 (64-bit libraries) or $MYSQL_CONCPP_DIR/lib (32-bit libraries), where ...
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 ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows.html
Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. You can obtain the latest version from the Microsoft Data Access and Storage website. Make sure the Visual C++ ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-binary-windows.html
Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. You can obtain the latest version from the Microsoft Data Access and Storage website. Make sure the Visual C++ ...
https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
Part 1 is a 32-bit integer containing year*10000 + month*100 + day. Part 2 is a 32-bit integer containing hour*10000 + minute*100 + second. The least significant bit corresponds to the first listed member of the set. Next I'll describe the physical ...
https://dev.mysql.com/doc/internals/en/null-bitmap.html
The binary protocol sends NULL values as bits inside a bitmap instead of a full byte as the ProtocolText::ResultsetRow does. The NULL-bitmap needs enough space to store a possible NULL bit for each column that is sent. If many NULL values are sent, ...
https://dev.mysql.com/doc/internals/en/parsing-key-information.html
keypart_map is a ulonglong bitmap with one bit per key part: 1 for keypart[0], 2 for keypart[1], 4 for keypart[2], and so forth. If a bit in keypart_map is set, the value for this key part is present in the key buffer. Bits following the bit for the ... Many of the index methods pass a byte array named *key that identifies the index entry to be read in a standard ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Signature void setAutoIncrementInitialValue ( Uint64 value ) Parameters The initial value for the column (a 64-bit integer). This section provides information about the Column class, which models a column in an NDBCLUSTER table. The NDB API ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
If it is present, then only columns for which the corresponding bit in the mask is set are retrieved by the scan. If it is present, then only columns for which the corresponding bit in the mask is set are retrieved by the scan. SF_OrderByFull This ...NdbScanOperation Class Overview NdbScanOperation::close() NdbScanOperation::deleteCurrentTuple() NdbScanOperation::getNdbTransaction() NdbScanOperation::getPruned() NdbScanOperation::lockCurrentTuple() NdbScanOperation::nextResult() NdbScanOperation::readTuples() NdbScanOperation::restart() NdbScanOperation::ScanFlag NdbScanOperation::ScanOptions NdbScanOperation::updateCurrentTuple() NdbScanOperation Class Overview Parent class NdbOperation Child classes NdbIndexScanOperation Description The NdbScanOperation class represents a scanning operation used in a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbtransaction.html
Signature int executePendingBlobOps ( Uint8 flags = 0xFF ) Parameters The flags argument is the result of a bitwise OR, equal to 1 << optype, where optype is an NdbOperation::Type. If it is present, only those columns for which the corresponding ...
Displaying 71 to 80 of 342 total results