Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-column.html
4.3.2.1.1 Synopsis @Target(value={java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Column { public String name ; public String ...This ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-extension.html
4.3.2.3.1 Synopsis @Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.METHOD}) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Extension { ...Table 4.84 key Parameter Description return the key 4.3.2.3.3 value The value for the extension ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-persistencecapable.html
4.3.2.11.1 Synopsis @Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface PersistenceCapable { public String table ; public String database ; public String schema ;} .
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjexception.html
User exceptions are caused by user error, for example providing a connect string that refers to an unavailable host or port. Applications can catch ClusterJException to be notified of all ClusterJ reported issues. If a user exception is detected ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjtableexception.html
ClusterJTableException is used for reporting all "Table Not Found" conditions in Cluster/J. This includes "Table Not Found" with no associated errors, as when Cluster/J attempts to get metadata for a named table, but the named table is not defined ...
https://dev.mysql.com/doc/ndbapi/en/ndb-tablespace.html
Return value The name of the log file group (string value as character pointer). Return value The name of the tablespace, a string value (as a character pointer). Signature void setName ( const char* name ) const Parameters The name of the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/formatting-returnedvalues-reference.html
Attributes are defined using the following format: <attributes> <attribute name="AttributeName1" counter="true" type="INTEGER"/> <attribute name="AttributeName2" counter="false" type="STRING"/> </attributes> Table 31.3 Attribute Elements Name ... To ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/key-valuepair-reference.html
It is possible to return more than one row, using the result type CLASS_TYPE_1STCOL_ATTRIBUTES. This result type enables the return of a two-column result set as key-value pair. Unlike the default attributes, which are taken from the column name, ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/method-chaining.html
This section explains how to use method chaining instead of working with SQL strings of JSON structures. The following example shows how method chaining is used instead of an SQL string when working with Session objects. bind('param', ... X DevAPI ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/method-chaining.html
This section explains how to use method chaining instead of working with SQL strings of JSON structures. The following example shows how method chaining is used instead of an SQL string when working with Session objects. X DevAPI supports a number ...