org.melati.poem
Class PasswordPoemType
java.lang.Object
org.melati.poem.BasePoemType<T>
org.melati.poem.AtomPoemType
org.melati.poem.SizedAtomPoemType
org.melati.poem.StringPoemType
org.melati.poem.PasswordPoemType
- All Implemented Interfaces:
- Cloneable, PoemType, SQLPoemType, SQLType
public class PasswordPoemType
- extends StringPoemType
A password.
Methods inherited from class org.melati.poem.BasePoemType |
_possibleRaws, assertValidCooked, assertValidRaw, canRepresent, clone, cookedOfRaw, getLimitRaw, getLowRaw, getNullable, getRaw, possibleRaws, quotedRaw, rawOfCooked, rawOfString, saveColumnInfo, setRaw, setRawRange, sqlDefinition, sqlTypeCode, sqlTypeDefinition, stringOfCooked, stringOfRaw, withNullable |
PasswordPoemType
public PasswordPoemType(boolean nullable,
int size)
- Constructor.
- Parameters:
nullable
- whether value may be nullsize
- how big the field may be
toString
public String toString()
-
- Overrides:
toString
in class StringPoemType
- See Also:
StringPoemType.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 StringPoemType
- Returns:
- a dsd type
- See Also:
StringPoemType.toDsdType()
_saveColumnInfo
protected void _saveColumnInfo(ColumnInfo columnInfo)
throws AccessPoemException
- Overrides:
_saveColumnInfo
in class StringPoemType
- Throws:
AccessPoemException
Copyright © 2000-2010 PanEris. All Rights Reserved.