|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.derby.iapi.types.ConcatableDataValue
| Uses of ConcatableDataValue in org.apache.derby.iapi.types |
| Subinterfaces of ConcatableDataValue in org.apache.derby.iapi.types | |
interface |
BitDataValue
|
interface |
StringDataValue
|
| Classes in org.apache.derby.iapi.types that implement ConcatableDataValue | |
class |
SQLBinary
SQLBinary satisfies the DataValueDescriptor interfaces (i.e., DataType). |
class |
SQLBit
SQLBit satisfies the DataValueDescriptor interfaces (i.e., DataType). |
class |
SQLBlob
SQLBlob satisfies the DataValueDescriptor, interfaces (i.e., OrderableDataType). |
class |
SQLChar
SQLChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLClob
SQLClob uses SQLVarchar by inheritance. |
class |
SQLLongVarbit
SQLLongVarbit satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLLongvarchar
SQLLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLNationalChar
SQLNationalChar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLNationalLongvarchar
SQLNationalLongvarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLNationalVarchar
SQLNationalVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLNClob
SQLNClob satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLVarbit
SQLVarbit satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
class |
SQLVarchar
SQLVarchar satisfies the DataValueDescriptor interfaces (i.e., OrderableDataType). |
| Methods in org.apache.derby.iapi.types that return ConcatableDataValue | |
ConcatableDataValue |
SQLChar.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
The SQL substr() function. |
ConcatableDataValue |
SQLBinary.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
The SQL substr() function. |
ConcatableDataValue |
ConcatableDataValue.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
substr() function matchs DB2 syntax and behaviour. |
| Methods in org.apache.derby.iapi.types with parameters of type ConcatableDataValue | |
ConcatableDataValue |
SQLChar.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
The SQL substr() function. |
ConcatableDataValue |
SQLBinary.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
The SQL substr() function. |
ConcatableDataValue |
ConcatableDataValue.substring(NumberDataValue start,
NumberDataValue length,
ConcatableDataValue result,
int maxLen)
substr() function matchs DB2 syntax and behaviour. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ types overview ] | PREV NEXT | ||||||||