Interface | Description |
---|---|
MysqlCallback |
Implementations of this interface can be passed to a
MysqlCallbackHandler so that the owner of the callback handler and its caller can share data in
a way that would otherwise require tight coupling. |
MysqlCallbackHandler |
A functional interface for implementing callback handlers.
|
Class | Description |
---|---|
UsernameCallback |
A callback that can be used to exchange username information to a callback handler owner.
|