接口的使用
com.mysql.cj.protocol.ResultsetRow
-
使用ResultsetRow的程序包 程序包 说明 com.mysql.cj.protocol.a com.mysql.cj.protocol.a.result com.mysql.cj.protocol.result -
-
com.mysql.cj.protocol.a中ResultsetRow的使用
返回ResultsetRow的com.mysql.cj.protocol.a中的方法 修饰符和类型 方法 说明 ResultsetRowBinaryRowFactory. createFromMessage(NativePacketPayload rowPacket)ResultsetRowTextRowFactory. createFromMessage(NativePacketPayload rowPacket)ResultsetRowResultsetRowReader. read(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf)Retrieve one row from the MySQL server.类型变量类型为ResultsetRow的com.mysql.cj.protocol.a中的方法参数 修饰符和类型 方法 说明 ResultsetRowResultsetRowReader. read(ProtocolEntityFactory<ResultsetRow,NativePacketPayload> sf)Retrieve one row from the MySQL server. -
com.mysql.cj.protocol.a.result中ResultsetRow的使用
实现ResultsetRow的com.mysql.cj.protocol.a.result中的类 修饰符和类型 类 说明 classAbstractBufferRowA ResultSetRow implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.classBinaryBufferRowA BufferRow implementation that holds one row packet from a server-side prepared statement (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.classByteArrayRowA RowHolder implementation that is for cached results (a-la mysql_store_result()).classTextBufferRowA ResultSetRow implementation that holds one row packet (which is re-used by the driver, and thus saves memory allocations), and tries when possible to avoid allocations to break out the results as individual byte[]s.类型参数类型为ResultsetRow的com.mysql.cj.protocol.a.result中的字段 修饰符和类型 字段 说明 protected ProtocolEntityFactory<ResultsetRow,NativePacketPayload>AbstractResultsetRows. rowFactory -
com.mysql.cj.protocol.result中ResultsetRow的使用
实现ResultsetRow的com.mysql.cj.protocol.result中的类 修饰符和类型 类 说明 classAbstractResultsetRow
-