| Package | Description |
|---|---|
| com.mysql.cj.jdbc | |
| com.mysql.cj.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
Blob.streamClosed(WatchableStream out) |
void |
Clob.streamClosed(WatchableStream out) |
| Modifier and Type | Class and Description |
|---|---|
class |
WatchableOutputStream
A java.io.OutputStream used to write ASCII data into Blobs and Clobs
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputStreamWatcher.streamClosed(WatchableStream out)
Called when the OutputStream being watched has .close() called
|