Package | Description |
---|---|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
Modifier and Type | Class and Description |
---|---|
class |
CompactCharField
The
CompactCharField represents a single character field
with UTF-8 serialized form. |
class |
CompactIntField
The
CompactIntField represents an integer field
with compact serialized form. |
class |
DateField |
class |
DecimalField
The
DecimalField represents a decimal field with compact serialized form. |
class |
LongField
The
LongField represents a long integer field with compact serialized form. |
class |
PlainIntField
The
PlainIntField represents an integer field with plain serialized form. |
class |
SequenceField |
class |
ShortStringField
The
ShortStringField represents a short (up to 4 characters) string
in a single integer with compact serialized form. |
class |
TimeField
Deprecated.
Use
TimeSecondsField instead. |
class |
TimeMillisField |
class |
TimeSecondsField |
class |
VoidIntField |
class |
WideDecimalField
The
WideDecimalField represents a decimal field with compact serialized form. |
Modifier and Type | Method and Description |
---|---|
AbstractDataIntField |
DefaultScheme.findIntFieldByName(String name) |
AbstractDataIntField |
DefaultRecord.getIntField(int index) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.