public interface BitDataValue extends ConcatableDataValue, StreamStorable
UNKNOWN_LOGICAL_LENGTHORDER_OP_EQUALS, ORDER_OP_GREATEROREQUALS, ORDER_OP_GREATERTHAN, ORDER_OP_LESSOREQUALS, ORDER_OP_LESSTHANIGNORE_PRECISION| Modifier and Type | Method and Description |
|---|---|
BitDataValue |
concatenate(BitDataValue leftOperand,
BitDataValue rightOperand,
BitDataValue result)
The SQL concatenation '||' operator.
|
void |
setValue(java.sql.Blob value)
Stuff a BitDataValue with a Blob.
|
charLength, substringcheckHostVariable, cloneHolder, cloneValue, coalesce, compare, compare, compare, compare, equals, estimateMemoryUsage, getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLength, getLong, getNewNull, getObject, getShort, getStream, getString, getTime, getTimestamp, getTraceString, getTypeName, greaterOrEquals, greaterThan, hasStream, in, isNotNull, isNullOp, lessOrEquals, lessThan, normalize, notEquals, readExternalFromArray, recycle, setBigDecimal, setInto, setInto, setObjectForCast, setToNull, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueFromResultSet, typePrecedence, typeToBigDecimalisNull, restoreToNullgetTypeFormatIdsetWidthloadStream, returnStream, setStreamBitDataValue concatenate(BitDataValue leftOperand, BitDataValue rightOperand, BitDataValue result) throws StandardException
leftOperand - String on the left hand side of '||'rightOperand - String on the right hand side of '||'result - The result of a previous call to this method,
null if not called yet.StandardException - Thrown on errorvoid setValue(java.sql.Blob value)
throws StandardException
setValue in interface DataValueDescriptorvalue - The Blob value to set this DataValueDescriptor toStandardExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.