Ndb::PartitionSpec_v1 Struct Reference

#include <Ndb.hpp>

List of all members.

Public Types

enum  SpecType { PS_NONE = 0, PS_USER_DEFINED = 1, PS_DISTR_KEY_PART_PTR = 2 }

Public Attributes

Uint32 type
union {
   struct {
      Uint32   partitionId
   }   UserDefined
   struct {
      const Key_part_ptr *   tableKeyParts
      void *   xfrmbuf
      Uint32   xfrmbuflen
   }   KeyPartPtr
}; 


Member Enumeration Documentation

Enumerator:
PS_NONE 
PS_USER_DEFINED 
PS_DISTR_KEY_PART_PTR 


Member Data Documentation

union { ... }


The documentation for this struct was generated from the following file:

MySQL Cluster Database Blog

Based on MySQL Cluster 7.0.10.

This page is for information only and is not maintained by MySQL or Sun Microsystems - use at your own risk. For an upto date view of the API refer to the header files included with your MySQL Cluster distribution or check the MySQL Cluster API Developer Guide.