|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.farrago.fennel.tuple.FennelTupleAttributeDescriptor
public class FennelTupleAttributeDescriptor
FennelTupleAttributeDescriptor holds metadata describing a particular entry in a tuple. These are contained in a FennelTupleDescriptor object to describe the layout of a tuple. This class is JDK 1.4 compatible.
| Field Summary | |
|---|---|
boolean |
isNullable
is this attribute nullable? |
private static long |
serialVersionUID
SerialVersionUID created with JDK 1.5 serialver tool. |
int |
storageSize
the amount of storage, in bytes, taken by this attribute. |
FennelStoredTypeDescriptor |
typeDescriptor
the FennelStoredTypeDescriptor of this attribute. |
| Constructor Summary | |
|---|---|
FennelTupleAttributeDescriptor()
Default constructor -- shouldn't be used in normal situations. |
|
FennelTupleAttributeDescriptor(FennelStoredTypeDescriptor typeDescriptor,
boolean isNullable,
int storageSizeInit)
Normal constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public FennelStoredTypeDescriptor typeDescriptor
public boolean isNullable
public int storageSize
| Constructor Detail |
|---|
public FennelTupleAttributeDescriptor()
public FennelTupleAttributeDescriptor(FennelStoredTypeDescriptor typeDescriptor,
boolean isNullable,
int storageSizeInit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||