Package io.vertx.oracleclient.data
Class Blob
- java.lang.Object
-
- io.vertx.oracleclient.data.Blob
-
public final class Blob extends Object
An object that holds bytes that can be written to an OracleBLOB
column.
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
bytes
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Blob
copy(Buffer buffer)
boolean
equals(Object o)
int
hashCode()
String
toString()
static Blob
wrap(byte[] bytes)
-
-
-
Method Detail
-
wrap
public static Blob wrap(byte[] bytes)
-
-