MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.annotation.Extension Interface Reference

Public Member Functions

String vendorName ()
String key ()
String value ()

Detailed Description

Annotation for a non-standard extension.

Definition at line 31 of file Extension.java.

Member Function Documentation

String com.mysql.clusterj.annotation.Extension.key ( )

The key for the extension (required).

Returns
the key
String com.mysql.clusterj.annotation.Extension.value ( )

The value for the extension (required).

Returns
the value
String com.mysql.clusterj.annotation.Extension.vendorName ( )

Vendor that the extension applies to (required to make the key unique).

Returns
the vendor

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