Documentation Home
X DevAPI User Guide
Download this Manual
PDF (US Ltr) - 1.4Mb
PDF (A4) - 1.4Mb


X DevAPI User Guide  /  Implementation Notes  /  MySQL Connector/J Notes

13.4 MySQL Connector/J Notes

The following are some features unique to X DevAPI for Connector/J:

  • The creation of new Session objects with SessionFactory.

  • The creation of new Client objects with ClientFactory.

  • The JsonValue interface and its implementations, including JsonObject, JsonString, JsonArray, and JsonNumber.

  • X Protocol connection properties are prefixed by xdevapi:.

  • An extended connection string syntax; see Connection URL Syntax for details.


PREV   HOME   UP