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

Public Member Functions

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

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 42 of file BlobTypes.java.


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