MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
String | vendorName () |
String | key () |
String | value () |
Annotation for a non-standard extension.
Definition at line 31 of file Extension.java.
String com.mysql.clusterj.annotation.Extension.key | ( | ) |
The key for the extension (required).
String com.mysql.clusterj.annotation.Extension.value | ( | ) |
The value for the extension (required).
String com.mysql.clusterj.annotation.Extension.vendorName | ( | ) |
Vendor that the extension applies to (required to make the key unique).