MySQL NDB Cluster 8.1 Manual
MySQL NDB Cluster 8.0 Manual
NDB Cluster Internals Manual
QueryDomainType represents the domain type of a query. The domain type validates property names that are used to filter results.
public interface QueryDomainType<E> extends, QueryDefinition<E> {
// Public Methodspublic abstract PredicateOperand get(String propertyName);
public abstract Class<E> getType();
}