ConcatableDataValue
, DataValueDescriptor
, java.io.Externalizable
, Formatable
, Orderable
, java.io.Serializable
, Storable
, StreamStorable
, TypedFormat
, VariableSizeDataValue
SQLBinary
, SQLBit
, SQLBlob
, SQLLongVarbit
, SQLVarbit
public interface BitDataValue extends ConcatableDataValue, StreamStorable
UNKNOWN_LOGICAL_LENGTH
ORDER_OP_EQUALS, ORDER_OP_GREATEROREQUALS, ORDER_OP_GREATERTHAN, ORDER_OP_LESSOREQUALS, ORDER_OP_LESSTHAN
IGNORE_PRECISION
Modifier and Type | Method | 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, substring
checkHostVariable, 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, typeToBigDecimal
isNull, restoreToNull
loadStream, returnStream, setStream
getTypeFormatId
setWidth
BitDataValue 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 DataValueDescriptor
value
- The Blob value to set this DataValueDescriptor toStandardException
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.