类的使用
com.mysql.cj.protocol.a.result.AbstractBufferRow
-
使用AbstractBufferRow的程序包 程序包 说明 com.mysql.cj.protocol.a.result -
-
com.mysql.cj.protocol.a.result中AbstractBufferRow的使用
com.mysql.cj.protocol.a.result中AbstractBufferRow的子类 修饰符和类型 类 说明 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.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.
-