Search



Search Results
Displaying 531 to 540 of 2652 total results
https://dev.mysql.com/doc/internals/en/com-register-slave.html
Fields server_id (4) -- the slaves server-id slave_hostname (string.var_len) -- see report_host, usually empty slave_user (string.var_len) -- see report_user, usually empty slave_password (string.var_len) -- see report_password, usually empty ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-annotations.html
In ClusterJ (as in JPA), annotations are used to describe how the interface is mapped to tables in a database. The annotation @PersistenceCapable(table="employee") is used to let ClusterJ know which database table to map the Employee to (in this ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
This method and branch_col_notlike() each support the wildcards used by the MySQL LIKE operator: % for any string of 0 or more characters, and _ for any single character. This value can be any one of the following 5 types: String 32-bit integer ...
https://dev.mysql.com/doc/ndbapi/en/ndb-table.html
Table::getPartitionBalanceString() Description This method gets the table' partition balance scheme (fragment count type), and returns it as a string. Return value The name of the primary key, a string (character pointer). This section provides ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-adapter.html
(Bug #70550, Bug #17592990) #include <NdbApi.hpp> #include <iostream> #include <vector> #include <cstdlib> #include <cstring> using namespace std; /* See Section 2.5.15, “Common Files for NDB API Array Examples”, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
This string value is verified as a valid Stream resource identifier. External tables use table-level and column-level ENGINE_ATTRIBUTE options of the CREATE TABLE statement to specify the parameters needed to process data stored externally in ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
Note A user name is considered unspecified only when the following conditions are all met: The method DriverManager.getConnection(String url, String user, String password) is not used. Notice if (1) or (2) is not true and an empty string is passed, ... When you are using JDBC outside of an application server, the DriverManager class manages the establishment of ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-jdbctemplate.html
*/ private String queryString = "select Name from City " + "where CountryCode = :country order by rand() limit 1"; /** * Retrieve a random city using Spring JDBC access classes. Spring makes extensive use of the Template method design pattern (see ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-transactional.html
First you create a simple interface: public interface Ex3Dao { Integer createCity(String name, String countryCode, String district, Integer population); } This interface contains one method that will create a new city record in the database and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
16.9: Why does Connector/J not reconnect to MySQL and re-issue the statement after a communication failure instead of throwing an Exception, even though I use the autoReconnect connection string option? There are several reasons for this. This ...
Displaying 531 to 540 of 2652 total results