public class ValueUuid extends Value
Value.ValueBlob, Value.ValueClobARRAY, BLOB, BOOLEAN, BYTE, BYTES, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INT, JAVA_OBJECT, LONG, NULL, RESULT_SET, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIMESTAMP, TYPE_COUNT, UNKNOWN, UUID| Modifier and Type | Method and Description |
|---|---|
protected int |
compareSecure(Value o,
CompareMode mode)
Compare the value with another value of the same type.
|
boolean |
equals(Object other)
Check if the two values have the same hash code.
|
static ValueUuid |
get(byte[] binary)
Get or create a UUID for the given 16 bytes.
|
static ValueUuid |
get(long high,
long low)
Get or create a UUID for the given high and low order values.
|
static ValueUuid |
get(String s)
Get or create a UUID for the given text representation.
|
byte[] |
getBytes() |
int |
getDisplaySize()
Get the display size in characters.
|
long |
getHigh()
Get the most significant 64 bits of this UUID.
|
long |
getLow()
Get the least significant 64 bits of this UUID.
|
static ValueUuid |
getNewRandom()
Create a new UUID using the pseudo random number generator.
|
Object |
getObject()
Get the value as an object.
|
long |
getPrecision()
Get the precision.
|
String |
getSQL()
Get the SQL expression for this value.
|
String |
getString()
Get the value as a string.
|
int |
getType()
Get the value type.
|
int |
hashCode() |
void |
set(PreparedStatement prep,
int parameterIndex)
Set the value as a parameter in a prepared statement.
|
add, checkPrecision, clearCache, close, compareTo, compareTypeSave, convertPrecision, convertScale, convertTo, copyToTemp, divide, getBigDecimal, getBoolean, getByte, getBytesNoCopy, getDate, getDouble, getFloat, getHigherOrder, getInputStream, getInt, getLong, getMemory, getReader, getResultSet, getScale, getShort, getSignum, getSmall, getTableId, getTime, getTimestamp, getTraceSQL, isFileBased, isLinked, link, modulus, multiply, negate, subtract, throwUnsupportedExceptionForType, toString, unlinkpublic static ValueUuid getNewRandom()
public static ValueUuid get(byte[] binary)
binary - the byte array (must be at least 16 bytes long)public static ValueUuid get(long high, long low)
high - the most significant bitslow - the least significant bitspublic static ValueUuid get(String s)
s - the text representation of the UUIDpublic String getSQL()
Valuepublic int getType()
Valuepublic long getPrecision()
ValuegetPrecision in class Valueprotected int compareSecure(Value o, CompareMode mode)
ValuecompareSecure in class Valueo - the other valuemode - the compare modepublic boolean equals(Object other)
Valuepublic Object getObject()
Valuepublic void set(PreparedStatement prep, int parameterIndex) throws SQLException
Valueset in class Valueprep - the prepared statementparameterIndex - the parameter indexSQLExceptionpublic long getHigh()
public long getLow()
public int getDisplaySize()
ValuegetDisplaySize in class ValueCopyright © 2012 JBoss by Red Hat. All Rights Reserved.