org.melati.poem
Class DeletedPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType
org.melati.poem.BooleanPoemType
org.melati.poem.DeletedPoemType
- All Implemented Interfaces:
- Cloneable, PoemType, SQLPoemType, SQLType
public class DeletedPoemType
- extends BooleanPoemType
A DeletedField is a flag field in a record which
marks the whole record as deleted.
- See Also:
DeletedFieldQualifier
Methods inherited from class org.melati.poem.BasePoemType |
assertValidCooked, assertValidRaw, canRepresent, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullable |
it
public static final DeletedPoemType it
- The instance.
DeletedPoemType
public DeletedPoemType()
- Non-nullable constructor.
_saveColumnInfo
protected void _saveColumnInfo(ColumnInfo columnInfo)
throws AccessPoemException
- Overrides:
_saveColumnInfo
in class BooleanPoemType
- Throws:
AccessPoemException
_canRepresent
protected boolean _canRepresent(SQLPoemType other)
- Overrides:
_canRepresent
in class BooleanPoemType
toString
public String toString()
-
- Overrides:
toString
in class BasePoemType
- See Also:
Object.toString()
toDsdType
public String toDsdType()
- The field type used in the Data Structure Definition language.
- Specified by:
toDsdType
in interface PoemType
- Overrides:
toDsdType
in class BooleanPoemType
- Returns:
- the Type name
- See Also:
PoemType.toDsdType()
Copyright © 2000-2010 PanEris. All Rights Reserved.