|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractType | |
|---|---|
| de.mguennewig.pobjects.metadata | This package contains the metadata classes used by the PObject library. |
| Uses of AbstractType in de.mguennewig.pobjects.metadata |
|---|
| Subclasses of AbstractType in de.mguennewig.pobjects.metadata | |
|---|---|
class |
BlobType
Binary Large Object Type. |
class |
BooleanType
Boolean type which covering different representations for true and false. |
class |
ClobType
Character Large Object Type. |
class |
DoubleType
Floating point type with double precision. |
class |
FileType
Used for file uploads within forms. |
class |
Int32Type
Integer type covering the range from -2^31 to
2^31 - 1. |
class |
IPv4NetworkType
An IPv4 network of the form `d.d.d.d/n'. |
class |
IPv4Type
Internet Protocol Version 4 or short IPv4 mapped onto a string. |
class |
ISRCType
Data type for the `International Standard Recording Code' or short `ISRC'. |
class |
ISSNType
International Standard Serial Number or short ISSN. |
class |
NStringType
String type that uses Oracle's `NVARCHAR' as SQL type. |
class |
NumericType
Type for arbitrary precision numbers. |
class |
ObjectType
A type that transparently stores a Serializable Java object within
the database. |
class |
RefType
Reference to an object. |
class |
ScalarType
All scalar types can be used for a field of a persistent object are derived from this class. |
class |
StringType
Basic string type with an upper limit to its length. |
class |
TimeStampType
A time stamp stored as a decimal number, for example as a 14 digit yyyyMMddHHmmss. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||