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

Public Member Functions

int getId ()
void setId (int id)
byte[] getBlobbytes ()
void setBlobbytes (byte[] lobBytes)

Detailed Description

Schema

drop table if exists blobtypes; create table blobtypes ( id int not null primary key,

blobbytes blob, blobstream blob,

) ENGINE=ndbcluster DEFAULT CHARSET=latin1;Blob types.

Definition at line 43 of file BlobTypes.java.


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