|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.values.AbstractValue
com.hardcode.gdbms.engine.values.BinaryValue
public class BinaryValue
| Field Summary |
|---|
| Fields inherited from interface com.hardcode.gdbms.engine.values.Value |
|---|
BINARY, BOOLEAN, BYTE, DATE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIME, TIMESTAMP |
| Method Summary | |
|---|---|
int |
doHashCode()
The hashCode implementation. |
Value |
equals(Value value)
DOCUMENT ME! |
java.lang.String |
getStringValue(ValueWriter writer)
Gets the string representation of the value as it is defined in the specified ValueWriter |
int |
getType()
Gets the type of the value |
byte[] |
getValue()
|
Value |
notEquals(Value value)
|
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class com.hardcode.gdbms.engine.values.AbstractValue |
|---|
and, doEquals, equals, greater, greaterEqual, hashCode, inversa, less, lessEqual, like, or, producto, suma |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public Value equals(Value value)
throws IncompatibleTypesException
equals in interface Valueequals in class AbstractValuevalue - DOCUMENT ME!
IncompatibleTypesException - DOCUMENT ME!com.hardcode.gdbms.engine.instruction.Operations#equals(com.hardcode.gdbms.engine.values.Value)
public Value notEquals(Value value)
throws IncompatibleTypesException
notEquals in interface ValuenotEquals in class AbstractValueIncompatibleTypesExceptioncom.hardcode.gdbms.engine.values.Value#notEquals()public int doHashCode()
Value
Value.doHashCode()public byte[] getValue()
public java.lang.String getStringValue(ValueWriter writer)
Value
writer - Specifies the string representation for the values
com.hardcode.gdbms.engine.values.Value#getStringValue(com.hardcode.gdbms.engine.data.driver.ValueWriter)public int getType()
Value
Value.getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||