MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.jdbc.DomainFieldHandlerImpl Class Reference
Inheritance diagram for com.mysql.clusterj.jdbc.DomainFieldHandlerImpl:
Collaboration diagram for com.mysql.clusterj.jdbc.DomainFieldHandlerImpl:

Public Member Functions

int compareTo (Object other)
 DomainFieldHandlerImpl (DomainTypeHandlerImpl<?> domainTypeHandler, Table table, int fieldNumber, com.mysql.clusterj.core.store.Column column)

Additional Inherited Members

Detailed Description

An instance of this class handles a column of a table. Most of the behavior is in the superclass, which is common to all implementations. The constructor determines which type is used for the Java representation of the database type.

Definition at line 30 of file DomainFieldHandlerImpl.java.


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