org.melati.poem
Class TroidPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType<T>
org.melati.poem.IntegerPoemType
org.melati.poem.TroidPoemType
- All Implemented Interfaces:
- Cloneable, PoemType, SQLPoemType, SQLType
public class TroidPoemType
- extends IntegerPoemType
Table row ids.
Constructor Summary |
TroidPoemType()
Construct a non-nullable type. |
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 TroidPoemType it
- The instance.
TroidPoemType
public TroidPoemType()
- Construct a non-nullable type.
_saveColumnInfo
protected void _saveColumnInfo(ColumnInfo columnInfo)
throws AccessPoemException
- Overrides:
_saveColumnInfo
in class IntegerPoemType
- Throws:
AccessPoemException
_canRepresent
protected boolean _canRepresent(SQLPoemType other)
- Description copied from class:
IntegerPoemType
-
- Overrides:
_canRepresent
in class IntegerPoemType
- See Also:
BasePoemType._canRepresent(org.melati.poem.SQLPoemType)
toString
public String toString()
-
- Overrides:
toString
in class BasePoemType
- See Also:
Object.toString()
toDsdType
public String toDsdType()
- Might be nicer as 'Troid'.
The field type used in the Data Structure Definition language.
- Specified by:
toDsdType
in interface PoemType
- Overrides:
toDsdType
in class IntegerPoemType
- Returns:
- the Type name
- See Also:
PoemType.toDsdType()
Copyright © 2000-2010 PanEris. All Rights Reserved.