MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.query.QueryDomainType< E > Interface Reference
Inheritance diagram for com.mysql.clusterj.query.QueryDomainType< E >:
Collaboration diagram for com.mysql.clusterj.query.QueryDomainType< E >:

Public Member Functions

PredicateOperand get (String propertyName)
Class< EgetType ()
- Public Member Functions inherited from com.mysql.clusterj.query.QueryDefinition< E >
QueryDefinition< Ewhere (Predicate predicate)
PredicateOperand param (String parameterName)
Predicate not (Predicate predicate)

Detailed Description

QueryDomainType represents the domain type of a query. The domain type validates property names that are used to filter results.

Definition at line 25 of file QueryDomainType.java.

Member Function Documentation

PredicateOperand com.mysql.clusterj.query.QueryDomainType< E >.get ( String  propertyName)

Get a PredicateOperand representing a property of the domain type.

Parameters
propertyNamethe name of the property
Returns
a representation the value of the property
Class<E> com.mysql.clusterj.query.QueryDomainType< E >.getType ( )

Get the domain type of the query.

Returns
the domain type of the query

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