接口的使用
com.mysql.cj.protocol.WatchableStream
-
使用WatchableStream的程序包 程序包 说明 com.mysql.cj.jdbc com.mysql.cj.protocol -
-
com.mysql.cj.jdbc中WatchableStream的使用
参数类型为WatchableStream的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 voidBlob. streamClosed(WatchableStream out)voidClob. streamClosed(WatchableStream out) -
com.mysql.cj.protocol中WatchableStream的使用
实现WatchableStream的com.mysql.cj.protocol中的类 修饰符和类型 类 说明 classWatchableOutputStreamA java.io.OutputStream used to write ASCII data into Blobs and Clobs参数类型为WatchableStream的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 voidOutputStreamWatcher. streamClosed(WatchableStream out)Called when the OutputStream being watched has .close() called
-