Search



Search Results
Displaying 1841 to 1850 of 2219 total results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-index.html
4.3.2.5.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 Index { ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-annotation-primarykey.html
Annotation on a member to define it as a primary key member of a class or persistent interface.
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-clusterjuserexception.html
ClusterJUserException represents a user programming error. 4.3.1.10.1 Synopsis public class ClusterJUserException extends, ClusterJException {// Public Constructors public ClusterJUserException(String message); public ClusterJUserException(String ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-connection.html
Connection represents a shared cluster connection from the global connection pool. 4.3.1.13.1 Synopsis public interface Connection {// Public Methods public abstract State currentState(); public abstract int nodeId(); public abstract String ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
In this section, we discuss how to start ClusterJ applications and the ClusterJ application environment. All of the ClusterJ jar files are normally found in share/mysql/java/ in the MySQL installation directory. When executing a ClusterJ ...
https://dev.mysql.com/doc/ndbapi/en/ndb-datafile.html
This section provides information about the Datafile class, which models an NDB Cluster data file. Datafile Class Overview Datafile Class Constructor Datafile::getFileNo() Datafile::getFree() Datafile::getNode() Datafile::getObjectId() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-delete.html
This example shows deleting a row from a table already created and populated previously (see Section 2.5.1.2, “NDB API Basic Insertion Example”). It performs the deletion using a single NdbOperation within a transaction, and handles errors ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-read.html
This example illustrates basic retrieval of one or more rows from an NDB table using the NdbRecord interface and an NdbScanOperation. We assume that you have already created and populated the basic table, perhaps using the row insertion example ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. The cluster connection is not actually initiated until the ...
Displaying 1841 to 1850 of 2219 total results