Search Results
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-annotation.html
This package provides annotations for domain object model interfaces mapped to database tables.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjdatastoreexception-classification.html
Table 4.6 lookup(int) Parameter Description value the classification returned by getClassification() return the Classification for the error .
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-dynamicobject.html
public abstract class DynamicObject {// Public Constructors public DynamicObject();// Public Methods public final ColumnMetadata[] columnMetadata(); public final DynamicObjectDelegate delegate(); public final void delegate(DynamicObjectDelegate ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-query-querybuilder.html
Table 4.114 createQueryDefinition(Class<T>) Parameter Description cls the class of the type to be queried return the QueryDomainType to define the query . 4.3.3.3.1 Synopsis public interface QueryBuilder {// Public Methods public abstract ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-results.html
4.3.1.21.1 Synopsis public interface Results<E> extends, Iterable<E> {// Public Methods public abstract Iterator<E> iterator();} 4.3.1.21.2 iterator() public abstract Iterator<E> iterator(); Specified by: Method iterator in interface Iterable Get an ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactoryservice.html
Table 4.77 getSessionFactory(Map<String, String>) Parameter Description props the properties for the session factory, in which the keys are defined in Constants and the values describe the environment return the session factory See Also ... This ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
This makes it possible to maintain a stable API, so that applications written against it using a given NDB Cluster version continue to run following an upgrade of the cluster to a new version. For the value of com.mysql.clusterj.database, we use ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-function-not-implemented.html
NDB error code 4003 MySQL error DMEC Error message Function not implemented yet NDB error code 797 MySQL error DMEC Error message Wrong fragment count for fully replicated table . The following list enumerates all NDB errors of type NI (Function ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-object-already-exists.html
NDB error code 4244 MySQL error HA_ERR_TABLE_EXIST Error message Index or table with given name already exists NDB error code 721 MySQL error HA_ERR_TABLE_EXIST Error message Schema object with given name already exists NDB error code 746 MySQL ...