public final class SqlVarbinary extends Object implements Comparable<SqlVarbinary>
| Constructor and Description |
|---|
SqlVarbinary(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SqlVarbinary obj) |
boolean |
equals(Object obj) |
byte[] |
getBytes() |
int |
hashCode() |
String |
toString() |
public int compareTo(SqlVarbinary obj)
compareTo in interface Comparable<SqlVarbinary>public byte[] getBytes()
Copyright © 2012–2022. All rights reserved.