public class ValueNull extends Value
Value.ValueBlob, Value.ValueClob| Modifier and Type | Field and Description |
|---|---|
static ValueNull |
DELETED
This special instance is used as a marker for deleted entries in a map.
|
static ValueNull |
INSTANCE
The main NULL instance.
|
ARRAY, 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 v,
CompareMode mode)
Compare the value with another value of the same type.
|
Value |
convertTo(int type)
Compare a value to the specified type.
|
boolean |
equals(Object other)
Check if the two values have the same hash code.
|
BigDecimal |
getBigDecimal() |
Boolean |
getBoolean() |
byte |
getByte() |
byte[] |
getBytes() |
Date |
getDate() |
int |
getDisplaySize()
Get the display size in characters.
|
double |
getDouble() |
float |
getFloat() |
InputStream |
getInputStream() |
int |
getInt() |
long |
getLong() |
Object |
getObject()
Get the value as an object.
|
long |
getPrecision()
Get the precision.
|
Reader |
getReader() |
short |
getShort() |
String |
getSQL()
Get the SQL expression for this value.
|
String |
getString()
Get the value as a string.
|
Time |
getTime() |
Timestamp |
getTimestamp() |
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, copyToTemp, divide, getBytesNoCopy, getHigherOrder, getMemory, getResultSet, getScale, getSignum, getSmall, getTableId, getTraceSQL, isFileBased, isLinked, link, modulus, multiply, negate, subtract, throwUnsupportedExceptionForType, toString, unlinkpublic static final ValueNull INSTANCE
public static final ValueNull DELETED
public String getSQL()
Valuepublic int getType()
Valuepublic Boolean getBoolean()
getBoolean in class Valuepublic Timestamp getTimestamp()
getTimestamp in class Valuepublic BigDecimal getBigDecimal()
getBigDecimal in class Valuepublic InputStream getInputStream()
getInputStream in class Valuepublic Value convertTo(int type)
Valueprotected int compareSecure(Value v, CompareMode mode)
ValuecompareSecure in class Valuev - the other valuemode - the compare modepublic long getPrecision()
ValuegetPrecision in class Valuepublic Object getObject()
Valuepublic void set(PreparedStatement prep, int parameterIndex) throws SQLException
Valueset in class Valueprep - the prepared statementparameterIndex - the parameter indexSQLExceptionpublic int getDisplaySize()
ValuegetDisplaySize in class Valuepublic boolean equals(Object other)
ValueCopyright © 2012 JBoss by Red Hat. All Rights Reserved.